Skip to content

Commit

Permalink
Remove more sysouts
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Oct 25, 2024
1 parent 37ca4ca commit 00be95f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,7 @@ public void start() throws Exception {
Math.max(clusterManagerNodeCount, 4),
5000 + 42 * 1000 + 300
);
System.out.println("retry: " + retry);
System.out.println("clusterManagerNodeTransportPorts: " + clusterManagerNodeTransportPorts);
SortedSet<Integer> clusterManagerNodeHttpPorts = TCP.allocate(clusterName, clusterManagerNodeCount, 5000 + 42 * 1000 + 200);
System.out.println("clusterManagerNodeHttpPorts: " + clusterManagerNodeHttpPorts);

this.seedHosts = toHostList(clusterManagerNodeTransportPorts);
Set<Integer> clusterManagerPorts = clusterManagerNodeTransportPorts.stream()
Expand Down

0 comments on commit 00be95f

Please sign in to comment.