Explorar el Código

取消bitget日志。

skyffire hace 1 año
padre
commit
14e306e51d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      standard/src/bitget_swap.rs

+ 0 - 1
standard/src/bitget_swap.rs

@@ -539,7 +539,6 @@ impl Platform for BitgetSwap {
     async fn cancel_orders_all(&mut self) -> Result<Vec<Order>, Error> {
         let response = self.request.get_pending_orders().await;
         if response.code == 200 {
-            info!("{}", response.data.to_string());
             let mut result = vec![];
 
             if !response.data["entrustedList"].is_null() {