Browse Source

Removing silly debug message.

Zoey76 10 years ago
parent
commit
e61e2fd9f4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      L2J_Server/java/com/l2jserver/gameserver/model/actor/L2Npc.java

+ 0 - 1
L2J_Server/java/com/l2jserver/gameserver/model/actor/L2Npc.java

@@ -1998,7 +1998,6 @@ public class L2Npc extends L2Character
 	{
 		if (_summonedNpcs != null)
 		{
-			System.out.println("Removing npc!!");
 			_summonedNpcs.remove(objectId);
 		}
 	}