瀏覽代碼

关闭仓位检测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;
                     }
                 },