Explorar o código

Removing silly debug message.

Zoey76 %!s(int64=10) %!d(string=hai) anos
pai
achega
e61e2fd9f4

+ 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);
 		}
 	}