Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
slprime committed Jan 14, 2024
1 parent b16916d commit 4285632
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/codechicken/nei/BookmarkPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -2113,8 +2113,6 @@ public boolean pullBookmarkItems(int groupId, boolean onlyIngredients) {
final BookmarkGroup group = groupId >= 0 ? BGrid.groups.get(groupId) : null;
ItemStackMetadata meta;

System.out.println("onlyIngredients: " + onlyIngredients);

for (int idx = 0; idx < BGrid.realItems.size(); idx++) {
meta = BGrid.metadata.get(idx);

Expand Down

0 comments on commit 4285632

Please sign in to comment.