Skip to content

Commit

Permalink
Remove output printing
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jan 10, 2025
1 parent 03dc47a commit 70e8535
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ void checkExpired() {

@Override
public void close() {
System.out.println("CLOSING POOL " + waiters.size());
super.close();
synchronized (this) {
waiters.forEach(waiter -> {
Expand Down

0 comments on commit 70e8535

Please sign in to comment.