Skip to content

Commit

Permalink
Remove System.err println
Browse files Browse the repository at this point in the history
  • Loading branch information
quux00 committed Jan 16, 2025
1 parent 93f6d26 commit 0983a3b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public void testFailed() throws Exception {

// this is only for cluster-a so no skipped remotes
telemetry = getTelemetryFromFailedQuery("from logs-*,cluster-a:no_such_index | stats sum (v)");
System.err.println("telemetry: " + telemetry);
assertThat(telemetry.getTotalCount(), equalTo(2L));
assertThat(telemetry.getSuccessCount(), equalTo(0L));
assertThat(telemetry.getByRemoteCluster().size(), equalTo(0));
Expand Down

0 comments on commit 0983a3b

Please sign in to comment.