remove lots of debug spam

This commit is contained in:
Chris Forbes
2010-09-22 19:19:18 +12:00
parent 4dab4ed73f
commit 562e07264a
3 changed files with 2 additions and 22 deletions

View File

@@ -31,7 +31,6 @@ namespace OpenRA.Traits.Activities
public IActivity Tick( Actor self )
{
self.CenterLocation = float2.Lerp(startLocation, endLocation, (float)ticks/(length-1));
Log.Write("debug", "drag #{0} {1} {2}", self.ActorID, ticks, self.CenterLocation);
if (++ticks >= length)
{