Removed debug print statement (#411)
This commit is contained in:
committed by
GitHub
parent
00b2ce18c8
commit
9d9d530581
@@ -152,7 +152,6 @@ impl MetricsSender {
|
||||
}
|
||||
Ok(new_interval) => {
|
||||
debug!("sent metrics information");
|
||||
println!("received delay: {:?}", new_interval.next_report_in);
|
||||
tokio::time::delay_for(Duration::from_secs(new_interval.next_report_in))
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user