Forráskód Böngészése

关闭仓位检测rest日志

JiahengHe 1 éve
szülő
commit
0576c74ab0
1 módosított fájl, 0 hozzáadás és 1 törlés
  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;
                     }
                 },