Skip to content

Commit 9d9d530

Browse files
authored
Removed debug print statement (#411)
1 parent 00b2ce1 commit 9d9d530

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mixnode/src/node/metrics.rs

-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ impl MetricsSender {
152152
}
153153
Ok(new_interval) => {
154154
debug!("sent metrics information");
155-
println!("received delay: {:?}", new_interval.next_report_in);
156155
tokio::time::delay_for(Duration::from_secs(new_interval.next_report_in))
157156
}
158157
};

0 commit comments

Comments
 (0)