Browse Source

remove error

skyffire 8 months ago
parent
commit
412ced6a95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      standard/src/bitget_swap.rs

+ 1 - 1
standard/src/bitget_swap.rs

@@ -717,7 +717,7 @@ impl Platform for BitgetSwap {
                         self_clone.order_sender.send(result).await.unwrap();
                     }
                     Err(error) => {
-                        error!(?error);
+                        // error!(?error);
                         let mut err_order = Order::new();
                         err_order.custom_id = cid.clone();
                         err_order.status = "REMOVE".to_string();