Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
Signed-off-by: GoldenStack <goldenfire64yt@gmail.com>
  • Loading branch information
GoldenStack committed Nov 11, 2021
1 parent 937a350 commit ae3b674
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/dev/goldenstack/loot/LootPool.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public record LootPool(@NotNull ImmutableList<LootEntry> entries, @NotNull Immut
int total = 0;
List<LootEntry.Choice> choices = new ArrayList<>();
for (LootEntry entry : this.entries) {
System.out.println(entry);
choices.addAll(entry.getChoices(context));
}

Expand Down

0 comments on commit ae3b674

Please sign in to comment.