Sfoglia il codice sorgente

删除每个订单打印

JiahengHe 2 anni fa
parent
commit
77048ff507
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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());
                             });
                         }
                     }