# HG changeset patch # User unc0rr # Date 1309760776 -14400 # Node ID 73ef8e437231bd12d05c33d915bad1c5434b622f # Parent ba85acff9828c42fb88bc8983b018a2a87794462 Remove logging (was added for debugging, could lead to a crash due to lack of synchronization) 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);