Skip to content

Commit 3ad1a21

Browse files
committed
remove debug message
1 parent 3fda42c commit 3ad1a21

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/brokenarrow/menu/library/MenuUtility.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ protected void changePage(final boolean nextPage) {
622622

623623
protected void updateButtons() {
624624
this.slotIndex = this.getPageNumber() * numberOfFillitems;
625-
System.out.println("updateButtons this.slotIndex " + this.slotIndex);
626625
addItemsToCache(this.getPageNumber());
627626
this.slotIndex = 0;
628627
reddrawInventory();

0 commit comments

Comments
 (0)