Remove logging that was too much
This commit is contained in:
@@ -52,6 +52,7 @@ async fn read_weather_data(settings: &input::Input) -> Result<()> {
|
||||
&settings.influx_db_token,
|
||||
)
|
||||
.await?;
|
||||
println!("");
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user