remove annoying debug

This commit is contained in:
Chris Forbes
2010-03-19 20:44:23 +13:00
parent b5afedb601
commit 4dac5c0755

View File

@@ -61,7 +61,6 @@ namespace OpenRA.Traits
Actor ChooseTarget(Actor self, float range)
{
Game.chat.AddLine(Color.White, "Debug", "AutoTarget.ChooseTarget()");
var inRange = self.World.FindUnitsInCircle(self.CenterLocation, Game.CellSize * range);
return inRange