Comment out unsynced logging
authorunc0rr
Tue, 26 Jul 2011 17:27:14 +0400
changeset 5419 2fed5e26ff7d
parent 5417 c56a6be662bf
child 5422 0daf3d8e4b70
Comment out unsynced logging
hedgewars/uAIActions.pas
--- a/hedgewars/uAIActions.pas	Sat Jul 16 13:45:40 2011 -0400
+++ b/hedgewars/uAIActions.pas	Tue Jul 26 17:27:14 2011 +0400
@@ -158,7 +158,7 @@
                           end
                           else if hwRound(Me^.X) < Param then
                                begin
-                               OutError('AI: WaitXL assert (' + IntToStr(hwRound(Me^.X)) + ' < ' + IntToStr(Param) + ')', false);
+                               //OutError('AI: WaitXL assert (' + IntToStr(hwRound(Me^.X)) + ' < ' + IntToStr(Param) + ')', false);
                                FreeActionsList;
                                exit
                                end
@@ -171,7 +171,7 @@
                           end
                           else if hwRound(Me^.X) > Param then
                                begin
-                               OutError('AI: WaitXR assert (' + IntToStr(hwRound(Me^.X)) + ' > ' + IntToStr(Param) + ')', false);
+                               //OutError('AI: WaitXR assert (' + IntToStr(hwRound(Me^.X)) + ' > ' + IntToStr(Param) + ')', false);
                                FreeActionsList;
                                exit
                                end