From 00be95f51090140783291359f970b5282ec0acf0 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Fri, 25 Oct 2024 12:03:52 -0400 Subject: [PATCH] Remove more sysouts Signed-off-by: Craig Perkins --- .../test/framework/cluster/LocalOpenSearchCluster.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/integrationTest/java/org/opensearch/test/framework/cluster/LocalOpenSearchCluster.java b/src/integrationTest/java/org/opensearch/test/framework/cluster/LocalOpenSearchCluster.java index f846736197..8570c3d398 100644 --- a/src/integrationTest/java/org/opensearch/test/framework/cluster/LocalOpenSearchCluster.java +++ b/src/integrationTest/java/org/opensearch/test/framework/cluster/LocalOpenSearchCluster.java @@ -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 clusterManagerNodeHttpPorts = TCP.allocate(clusterName, clusterManagerNodeCount, 5000 + 42 * 1000 + 200); - System.out.println("clusterManagerNodeHttpPorts: " + clusterManagerNodeHttpPorts); this.seedHosts = toHostList(clusterManagerNodeTransportPorts); Set clusterManagerPorts = clusterManagerNodeTransportPorts.stream()