diff -r ba85acff9828 -r 73ef8e437231 hedgewars/uAI.pas --- a/hedgewars/uAI.pas Sun Jul 03 20:14:03 2011 -0400 +++ b/hedgewars/uAI.pas Mon Jul 04 10:26:16 2011 +0400 @@ -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);