From 7be6013c899f1559b968845273fcd5f2d2c8450c Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Tue, 10 Jan 2017 11:15:17 +0300 Subject: [PATCH] remove debug print from sync --- sync/src/synchronization_client_core.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/sync/src/synchronization_client_core.rs b/sync/src/synchronization_client_core.rs index d752504b..fb4714d6 100644 --- a/sync/src/synchronization_client_core.rs +++ b/sync/src/synchronization_client_core.rs @@ -816,7 +816,6 @@ impl SynchronizationClientCore where T: TaskExecutor { // check that we do not know all blocks in range [first_unknown_index..] // if we know some block => there has been verification error => all headers should be ignored // see when_previous_block_verification_failed_fork_is_not_requested for details -println!("=== {:?}", self.chain.block_state(&header.hash)); match self.chain.block_state(&header.hash) { BlockState::Unknown => (), BlockState::DeadEnd if self.config.close_connection_on_bad_block => {