Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Dec 22, 2021
1 parent d6f12c2 commit 38aa99b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ public void onNewIsland(IslandEvent e) {
&& !e.getReason().equals(Reason.REGISTERED)) {
return;
}
BentoBox.getInstance().logDebug("Island Event " + e.getReason());
setOwnerPerms(e.getIsland(), e.getOwner());
}

Expand Down

0 comments on commit 38aa99b

Please sign in to comment.