Remove debug

This commit is contained in:
tastybento 2024-08-21 14:10:06 -07:00
parent 6cbbdad34e
commit 908230047f

View File

@ -38,7 +38,6 @@ public class BreakBlocksListener extends FlagListener {
Player p = e.getPlayer();
Location l = e.getBlock().getLocation();
Material m = e.getBlock().getType();
BentoBox.getInstance().logDebug(m);
if (m.equals(Material.MELON) || m.equals(Material.PUMPKIN)) {
this.checkIsland(e, p, l, Flags.HARVEST);
} else {