瀏覽代碼

删除debug日志打印

JiahengHe 8 月之前
父節點
當前提交
bd27c2a514
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 {