Skip to content

Commit 577e476

Browse files
committed
Remove console spamming debug.
1 parent 8d0fcf0 commit 577e476

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/world/bentobox/bentobox/listeners/flags/protection/PlaceBlocksListener.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import org.bukkit.event.player.PlayerInteractEntityEvent;
1515
import org.bukkit.event.player.PlayerInteractEvent;
1616

17-
import world.bentobox.bentobox.BentoBox;
1817
import world.bentobox.bentobox.api.flags.FlagListener;
1918
import world.bentobox.bentobox.lists.Flags;
2019

@@ -71,7 +70,6 @@ public void onHangingPlace(final HangingPlaceEvent e)
7170
@EventHandler(priority = EventPriority.LOWEST, ignoreCancelled = true)
7271
public void onPlayerHitItemFrame(PlayerInteractEntityEvent e)
7372
{
74-
BentoBox.getInstance().logDebug(e.getEventName());
7573
if (e.getRightClicked().getType().equals(EntityType.ITEM_FRAME) ||
7674
e.getRightClicked().getType().equals(EntityType.GLOW_ITEM_FRAME))
7775
{

0 commit comments

Comments
 (0)