Browse Source

日志优化。

skyffire 1 năm trước cách đây
mục cha
commit
27a452671e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      strategy/src/quant.rs

+ 0 - 1
strategy/src/quant.rs

@@ -1269,7 +1269,6 @@ impl Quant {
                 info!("检查仓位信息({}条仓位信息,部分交易所会返回0持仓的):", length);
 
                 for position in val {
-                    info!("{:?}", position);
                     if position.amount.eq(&Decimal::ZERO) {
                         continue;
                     }