Skip to content

Commit c6ebc7d

Browse files
author
Michael Sokolov
committed
remove stray print
1 parent f6def0b commit c6ebc7d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lucene/core/src/test/org/apache/lucene/index/TestInfoStream.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ public boolean isEnabled(String component) {
148148
}
149149
assertTrue("init message not found", foundInit);
150150
assertEquals(2, flushedCount);
151-
if (mergedCount == 0) {
152-
for (String message: infoStream) {
153-
System.out.print(message);
154-
}
155-
}
156151
assertEquals(1, mergedCount);
157152
}
158153
}

0 commit comments

Comments
 (0)