remove loud log
This commit is contained in:
parent
4b7f88367d
commit
1639405f6d
@ -115,8 +115,6 @@ impl PeakEwmaLatencyTask {
|
||||
fn update(&mut self, rtt: Duration) {
|
||||
let rtt = nanos(rtt);
|
||||
|
||||
info!("updating rtt: {}ns", rtt);
|
||||
|
||||
let now = Instant::now();
|
||||
debug_assert!(
|
||||
self.update_at <= now,
|
||||
|
Loading…
Reference in New Issue
Block a user