Sfoglia il codice sorgente

删除debug日志打印

JiahengHe 8 mesi fa
parent
commit
bd27c2a514
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      standard/src/gate_swap.rs

+ 0 - 1
standard/src/gate_swap.rs

@@ -186,7 +186,6 @@ impl Platform for GateSwap {
             error!("GateSwap:获取币对ct_val失败!error={}", error);
             HashMap::new()
         });
-        info!("ct_val_map={:?}", ct_val_map);
         loop {
             let res_data = self.request.my_trades("usdt".to_string(), "".to_string(), 1000, last_id.clone()).await;
             if res_data.code == 200 {