Skip to content

Commit 9aef36b

Browse files
committed
remove sout
1 parent 69644ba commit 9aef36b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/common/MemoryAccountingBytesRefCounted.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public void account(long bytes, String label) {
3333

3434
@Override
3535
protected void closeInternal() {
36-
System.err.println("REMOVING " + bytes);
3736
breaker.addWithoutBreaking(-bytes);
3837
}
3938
}

0 commit comments

Comments
 (0)