소스 검색

bybit和gate的一些优化。

skyffire 1 년 전
부모
커밋
1fbf9126ba
2개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 1
      standard/src/bybit_swap.rs
  2. 0 2
      standard/src/gate_swap.rs

+ 0 - 1
standard/src/bybit_swap.rs

@@ -540,7 +540,6 @@ impl Platform for BybitSwap {
 
             let mut ts = trace_stack.clone();
 
-
             let handle = tokio::spawn(async move {
                 ts.on_before_send();
                 TraceStack::show_delay(&ts.ins);

+ 0 - 2
standard/src/gate_swap.rs

@@ -534,8 +534,6 @@ impl Platform for GateSwap {
 
                 match result {
                     Ok(mut result) => {
-                        info!("{}", ts.to_string());
-
                         result.trace_stack = ts;
 
                         self_clone.order_sender.send(result).await.unwrap();