Explorar el Código

关闭仓位检测rest日志

JiahengHe hace 1 año
padre
commit
0576c74ab0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
                     }
                 },