Remove logging that was too much

This commit is contained in:
2023-05-07 22:08:28 +02:00
parent 5ae46ed06f
commit dafe647a18
2 changed files with 1 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ async fn read_weather_data(settings: &input::Input) -> Result<()> {
&settings.influx_db_token,
)
.await?;
println!("");
Ok(())
}