Browse Source

Removed debug message.

nossr50 13 years ago
parent
commit
a97783ed86
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/java/com/gmail/nossr50/skills/Herbalism.java

+ 0 - 1
src/main/java/com/gmail/nossr50/skills/Herbalism.java

@@ -181,7 +181,6 @@ public class Herbalism
     		//GREEN THUMB
     		if(!PP.getGreenTerraMode() && (herbLevel > 1500 || (Math.random() * 1500 <= herbLevel)))
     		{
-    		    System.out.println("DEBUG: GREEN THUMB ACTIVATED");
     			event.setCancelled(true);
     			m.mcDropItem(loc, is);
     			//DROP SOME SEEDS