Skip to content

Commit fca8c32

Browse files
committed
removed debug output
1 parent e63a9f9 commit fca8c32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/swiftmq/tools/collection/OrderedSet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public OrderedSet(int max) {
3131

3232
public void increaseSize(int extend) {
3333
this.max += extend;
34-
System.out.println("increase size by " + extend + " to " + max);
3534
}
3635

3736
public void decreaseSize(int reduce, int minSize) {

0 commit comments

Comments
 (0)