Browse Source

Removing debug code.

GJ 13 years ago
parent
commit
c189a6b489
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/main/java/com/gmail/nossr50/skills/Skills.java

+ 0 - 6
src/main/java/com/gmail/nossr50/skills/Skills.java

@@ -234,12 +234,6 @@ public class Skills {
             }
         }
 
-        /* DEBUG */
-        if (player == null) {
-            System.out.println("Why am I null?");
-            return;
-        }
-
         /* Always update XP Bar (Check if no levels were gained first to remove redundancy) */
         if (skillups == 0 && LoadProperties.spoutEnabled && player instanceof SpoutPlayer) {
             SpoutPlayer sPlayer = (SpoutPlayer) player;