Browse Source

remove error

skyffire 8 tháng trước cách đây
mục cha
commit
412ced6a95
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();