remove debug info about total time remaining

This commit is contained in:
jb-alvarado 2022-08-11 16:00:56 +02:00
parent e8b626599e
commit f2fc5a5263

View File

@ -427,8 +427,6 @@ fn timed_source(
debug!("Delta: <yellow>{shifted_delta:.3}</>");
}
debug!("Total time remaining: <yellow>{total_delta:.3}</>");
let sync = check_sync(config, shifted_delta);
if !sync {