diff --git a/sync/src/synchronization_client_core.rs b/sync/src/synchronization_client_core.rs index fe60a8a1..cf63382b 100644 --- a/sync/src/synchronization_client_core.rs +++ b/sync/src/synchronization_client_core.rs @@ -350,8 +350,6 @@ impl ClientCore for SynchronizationClientCore where T: TaskExecutor { // peer has supplied us with new headers => useful indeed self.peers_tasks.useful_peer(peer_index); - // execute tasks -// self.execute_synchronization_tasks(None, None); Some(headers) }