diff --git a/src/runtime2/consensus.rs b/src/runtime2/consensus.rs index c3a2947ea86c1ed9c9e458826ca585c236ca9d1d..e30edb59f646a07f21511afe1de906d17b9358ee 100644 --- a/src/runtime2/consensus.rs +++ b/src/runtime2/consensus.rs @@ -458,8 +458,6 @@ impl Consensus { } fn send_or_store_local_solution(&mut self, solution: LocalSolution, ctx: &mut ComponentCtx) -> Option { - println!("DEBUG [....:.. conn:{:02}]: Storing local solution for component {}, branch {}", ctx.id.0, solution.component.0, solution.final_branch_id.index); - if self.highest_connector_id == ctx.id { // We are the leader if let Some(global_solution) = self.solution_combiner.add_solution_and_check_for_global_solution(solution) {