Remove debug

This commit is contained in:
tastybento 2021-12-22 12:18:16 -08:00
parent d6f12c29dc
commit 38aa99b2c7
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ public class JoinListener implements Listener {
&& !e.getReason().equals(Reason.REGISTERED)) {
return;
}
BentoBox.getInstance().logDebug("Island Event " + e.getReason());
setOwnerPerms(e.getIsland(), e.getOwner());
}