Skip to content

Commit

Permalink
Remove leftover println debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jkni committed Feb 8, 2024
1 parent f648b67 commit cb7658c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ private void reconnectOrphanedNodes() {
if (nReconnected.get() == 0) {
break;
}
System.out.println("Pass " + i + " reconnected " + nReconnected.get() + " nodes");
}
}

Expand Down

0 comments on commit cb7658c

Please sign in to comment.