Remove logging (was added for debugging, could lead to a crash due to lack of synchronization)
authorunc0rr
Mon, 04 Jul 2011 10:26:16 +0400
changeset 5388 73ef8e437231
parent 5386 ba85acff9828
child 5390 f41e87de8989
Remove logging (was added for debugging, could lead to a crash due to lack of synchronization)
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);