@@ -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;
}
},