Prechádzať zdrojové kódy

Removing silly debug message.

Zoey76 10 rokov pred
rodič
commit
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);
 		}
 	}