Skip to content

Commit

Permalink
removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
broken1arrow committed May 5, 2023
1 parent dbb211b commit e4d8c27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/brokenarrow/menu/library/MenuUtility.java
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ protected void updateButtons() {
Bukkit.getScheduler().cancelTask(this.taskid);
cancelTask = true;
}
addItemsToCache(this.getPageNumber());
addItemsToCache();
reddrawInventory();

if (cancelTask) {
Expand Down Expand Up @@ -830,7 +830,6 @@ private MenuDataUtility cacheMenuData(final int pageNumber) {
//addedButtons.put(pageNumber * this.getInventorySize() + slot, new ButtonData(result, menuButton, objectFromlistOfFillItems));
}
}
System.out.println("menuDataUtility " + menuDataUtility);
return menuDataUtility;
}

Expand Down

0 comments on commit e4d8c27

Please sign in to comment.