소스 검색

移除不相关的log

skyfffire 1 년 전
부모
커밋
f56a37d0ba
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      strategy/src/bybit_usdt_swap.rs

+ 0 - 1
strategy/src/bybit_usdt_swap.rs

@@ -165,7 +165,6 @@ async fn on_public_data(core_arc: Arc<Mutex<Core>>, mul: &Decimal, response: &Re
                 depth_bids.clear();
                 depth_bids.append(&mut depth.bids);
             }
-            info!("================================================");
         }
         "trade" => {
             trace_stack.set_source("bybit_usdt_swap.trade".to_string());