@@ -121,7 +121,6 @@ async fn on_data(core_arc_clone: Arc<Mutex<Core>>,
let mut distance = -1;
if !response.label.contains("ref") {
distance = response.time - special_depth.create_at/1000;
- info!("response.time {} special_depth.create_at {}", response.time, special_depth.create_at);
}
on_special_depth(core_arc_clone, update_flag_u, &response.label, &mut trace_stack, &special_depth, distance).await;