Explorar el Código

删除每个订单打印

JiahengHe hace 2 años
padre
commit
77048ff507
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      strategy/src/quant.rs

+ 0 - 1
strategy/src/quant.rs

@@ -515,7 +515,6 @@ impl Quant {
                             spawn(async move{
                                 // info!("update_local_order订单指令:{:?}", order);
                                 platform_rest_fb.command_order(order).await;
-                                info!("{}", time_info.to_string());
                             });
                         }
                     }