Skip to content

Commit 5db9865

Browse files
author
Andre van de Ven
committed
remove print statements
Signed-off-by: Andre van de Ven <[email protected]>
1 parent 46b9140 commit 5db9865

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

server/src/internalClusterTest/java/org/opensearch/search/profile/fetch/FetchProfilerIT.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,6 @@ public void testInnerHitsPhaseProfile() throws Exception {
325325
shardsWithDocuments++;
326326
List<ProfileResult> fetchProfileResults = fetchProfileResult.getFetchProfileResults();
327327

328-
System.out.println("DEBUG: Shard has " + fetchProfileResults.size() + " fetch profile results");
329-
for (int i = 0; i < fetchProfileResults.size(); i++) {
330-
ProfileResult result = fetchProfileResults.get(i);
331-
System.out.println("DEBUG: Fetch result " + i + ": " + result.getQueryName());
332-
}
333-
334328
assertEquals(
335329
"Every shard with documents should have 2 fetch operations (1 main + 1 inner hit)",
336330
2,

0 commit comments

Comments
 (0)