diff -r 4ae1b082e4ba -r cdef954f8aec hedgewars/uAI.pas --- a/hedgewars/uAI.pas Tue Jul 05 18:27:18 2011 +0200 +++ b/hedgewars/uAI.pas Tue Jul 05 18:33:42 2011 +0200 @@ -86,7 +86,6 @@ begin BestActions:= Actions; inc(BestActions.Score, Score); - addfilelog('AI: curr score ' + inttostr(bestactions.score)); if (ap.Angle > 0) then AddAction(BestActions, aia_LookRight, 0, 200, 0, 0) else if (ap.Angle < 0) then AddAction(BestActions, aia_LookLeft, 0, 200, 0, 0);