hl 1 년 전
부모
커밋
6ab07cf543
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      exchanges/src/cointr_swap_ws.rs

+ 1 - 1
exchanges/src/cointr_swap_ws.rs

@@ -337,7 +337,7 @@ impl CointrSwapWs {
     //数据解析
     pub async fn ok_text(text: String) -> ResponseData
     {
-        info!("原始数据:{}", text);
+        // info!("原始数据:{}", text);
         let mut res_data = ResponseData::new("".to_string(), 200, "success".to_string(), Value::Null);
         let json_value: Value = serde_json::from_str(&text).unwrap();