Remove println debugging statement

This commit is contained in:
Age Manning
2020-05-11 12:48:00 +10:00
parent 18251439d7
commit e4d9978fb7

View File

@@ -298,7 +298,6 @@ impl Service {
async fn do_update(service: Self, update_interval: Duration) -> Result<(), ()> {
let update_result = Service::update(service.clone()).await;
println!("Going on");
match update_result {
Err(e) => error!(
service.log,