Removed place blocks debug

This commit is contained in:
tastybento 2018-07-19 19:28:50 -07:00
parent acaf126978
commit d4305efabe

View File

@ -27,7 +27,6 @@ public class PlaceBlocksListener extends AbstractFlagListener {
*/
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
public void onBlockPlace(final BlockPlaceEvent e) {
getPlugin().logDebug("Place blocks " + e.getBlock().getType());
if (e.getBlock().getType().equals(Material.FIRE)) {
return;
}