Skip to content

Commit 55f40ef

Browse files
committed
no sysout
1 parent 72d2c0e commit 55f40ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/search/SearchHit.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,6 @@ private void deallocate() {
751751
SearchHit.this.source = null;
752752

753753
if (unfilteredSourceRef != null && circuitBreaker != null) {
754-
System.out.println(" removing source loaded by inner hit " + unfilteredSourceRef.length());
755754
circuitBreaker.addWithoutBreaking(-unfilteredSourceRef.length());
756755
}
757756
this.unfilteredSourceRef = null;

0 commit comments

Comments
 (0)