Removed "debug" message

This commit is contained in:
Chris Sp 2011-12-01 21:27:23 +01:00
parent 9f828fe790
commit ff04f24a85

View File

@ -84,7 +84,6 @@ public class Warzone {
@SuppressWarnings("unchecked")
public Warzone(World world, String name) {
War.war.log("DERP",Level.INFO);
this.world = world;
this.name = name;
this.friendlyFire = War.war.isDefaultFriendlyFire();