Removing debug statements.

This commit is contained in:
EvilSeph
2011-02-27 23:52:46 -05:00
parent ec0dde071d
commit 41fea9b40e
2 changed files with 17 additions and 48 deletions

View File

@@ -112,7 +112,6 @@ public class ItemInWorldManager {
server.getPluginManager().callEvent(event);
if (event.isCancelled()) {
MinecraftServer.a.info("A plugin cancelled the block break event");
return false;
}
}