removed debug string I thought I deleted already.. wth...
authorsheepluva
Thu, 06 May 2010 01:43:56 +0000
changeset 3429 1f12646331d4
parent 3428 46a2694867bc
child 3430 21c08c95a672
removed debug string I thought I deleted already.. wth...
hedgewars/uGears.pas
--- a/hedgewars/uGears.pas	Thu May 06 01:41:07 2010 +0000
+++ b/hedgewars/uGears.pas	Thu May 06 01:43:56 2010 +0000
@@ -682,7 +682,6 @@
             if Gear^.Tex <> nil then FreeTexture(Gear^.Tex);
             Gear^.Tex:= RenderStringTex(inttostr(Gear^.Timer div 1000), cWhiteColor, fntSmall);
             end;
-AddFileLog('doing step for gear '+intToStr(Gear^.uid)+' (type '+EnumToStr(Gear^.Kind)+')');
         Gear^.doStep(Gear);
         end
     end;