Răsfoiți Sursa

关闭gate打印

JiahengHe 1 an în urmă
părinte
comite
661409669d
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      strategy/src/gate_swap.rs

+ 0 - 1
strategy/src/gate_swap.rs

@@ -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;
         }