Sfoglia il codice sorgente

关闭仓位检测rest日志

JiahengHe 1 anno fa
parent
commit
0576c74ab0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;
                     }
                 },