Removed debug message

This commit is contained in:
DiddiZ
2011-12-10 13:01:39 +01:00
parent f11c405713
commit 180c9f1bb8

View File

@@ -62,7 +62,6 @@ class LBEntityListener extends EntityListener
public void onEntityExplode(EntityExplodeEvent event) {
final WorldConfig wcfg = worlds.get(event.getLocation().getWorld().getName().hashCode());
if (!event.isCancelled() && wcfg != null) {
System.out.println("Explosion: " + event.getEntity().getClass().getSimpleName());
final String name;
if (event.getEntity() == null) {
if (!wcfg.isLogging(Logging.MISCEXPLOSION))