소스 검색

日志优化。

skyffire 1 년 전
부모
커밋
27a452671e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;
                     }