Ver Fonte

remove error

skyffire há 8 meses atrás
pai
commit
412ced6a95
1 ficheiros alterados com 1 adições e 1 exclusões
  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();