DESKTOP-NE65RNK\Citrus_limon 1 anno fa
parent
commit
cf225338ec
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/json_db_utils.rs

+ 0 - 1
src/json_db_utils.rs

@@ -311,7 +311,6 @@ pub fn get_symbols_by_exchange(exchange: &str) -> Value {
         }
     }
 
-    info!(?symbols);
     return serde_json::to_value(&symbols).unwrap();
 }