Ver código fonte

remove println

0xfirefist 1 ano atrás
pai
commit
b2fa80f7e5
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      apps/fortuna/src/command/run.rs

+ 0 - 1
apps/fortuna/src/command/run.rs

@@ -256,7 +256,6 @@ pub async fn track_hashchain(
     metrics_registry: Arc<metrics::Metrics>,
 ) {
     loop {
-        println!("fetching balance");
         for (chain_id, chain_config) in &config.chains {
             let contract = match PythContract::from_config(chain_config) {
                 Ok(r) => r,