ソースを参照

关闭仓位检测rest日志

JiahengHe 1 年間 前
コミット
0576c74ab0
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/core_libs.rs

+ 0 - 1
src/core_libs.rs

@@ -135,7 +135,6 @@ pub async fn init(params: Params,
             match core.platform_rest.get_position().await {
                 Ok(pos) => {
                     if pos.len() > 0 {
-                        info!("rest仓位更新...");
                         core.update_position(pos).await;
                     }
                 },