Skip to content

Commit

Permalink
no sysout
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidan committed Feb 6, 2025
1 parent 72d2c0e commit 55f40ef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@ private void deallocate() {
SearchHit.this.source = null;

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

0 comments on commit 55f40ef

Please sign in to comment.