소스 검색

Removing silly debug message.

Zoey76 10 년 전
부모
커밋
e61e2fd9f4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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);
 		}
 	}