hedgewars/GSHandlers.inc
changeset 109 ab0340f580c2
parent 108 08f1fe6f21f8
child 113 d975a426ebf7
--- a/hedgewars/GSHandlers.inc	Fri Aug 11 20:00:29 2006 +0000
+++ b/hedgewars/GSHandlers.inc	Sat Aug 12 17:41:02 2006 +0000
@@ -533,13 +533,6 @@
 HHGear.X:= Gear.X + cc*Gear.Elasticity;
 HHGear.Y:= Gear.Y + cs*Gear.Elasticity;
 
-if (GameTicks >= 165118) and (GameTicks <= 165121) then
-   begin
-   AddFileLog('==9==> ('+floattostr(cc)+','+floattostr(cs)+')');
-   AddFileLog('==a==>  '+floattostr(Gear.Elasticity));
-   AddFileLog('==b==> ('+floattostr(HHGear.X)+','+floattostr(HHGear.Y)+')');
-   end;
-
 HHGear.dX:= HHGear.X - HHGear.dX;
 HHGear.dY:= HHGear.Y - HHGear.dY;