Przeglądaj źródła

validatord: removed dummy log message used for testing

aggstam 4 lat temu
rodzic
commit
bae1ce4ad3
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      script/research/validatord/src/main.rs

+ 0 - 2
script/research/validatord/src/main.rs

@@ -268,8 +268,6 @@ async fn proposal_task(p2p: net::P2pPtr, state: ValidatorStatePtr) {
             }
             }
         };
         };
 
 
-        info!("tt: {:?}", state.read().unwrap().unconfirmed_txs);
-
         // Node waits untile next epoch
         // Node waits untile next epoch
         let seconds_until_next_epoch = state.read().unwrap().next_epoch_start();
         let seconds_until_next_epoch = state.read().unwrap().next_epoch_start();
         info!("Waiting for next epoch({:?} sec)...", seconds_until_next_epoch);
         info!("Waiting for next epoch({:?} sec)...", seconds_until_next_epoch);