gepangpang 2 years ago
parent
commit
339ee725d5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/exchange_middle_ware.rs

+ 0 - 1
src/exchange_middle_ware.rs

@@ -256,7 +256,6 @@ impl Exchange {
                     let res_data_json: serde_json::Value = serde_json::from_str(&*res_data_str).unwrap();
                     let order_info_arr: serde_json::Value  = res_data_json["data"].clone();
                     let result = parse_order_info(order_info_arr[0].clone());
-                    print!("{:?}", result);
                     {
                         let mut bot = bot_arc_clone.lock().await;
                         bot.order_change_response(result).await;