hedgewars/HHHandlers.inc
changeset 1629 9f12da88d769
parent 1601 0cff69c8c4cf
child 1639 89b536a3cf3c
--- a/hedgewars/HHHandlers.inc	Sat Jan 10 12:02:58 2009 +0000
+++ b/hedgewars/HHHandlers.inc	Sat Jan 10 12:36:05 2009 +0000
@@ -664,9 +664,6 @@
 	exit
 	end;
 
-//if Gear^.uid = 7 then
-//with Gear^ do AddFileLog('State: (' + inttostr(hwRound(x)) + ',' + inttostr(hwRound(y)) + '), d(' + floattostr(dX) + ',' + floattostr(dY) + ')');
-
 if (Gear^.State and gstHHDriven) = 0 then doStepHedgehogFree(Gear)
                                      else doStepHedgehogDriven(Gear)
 end;