Remove recently added debug, as cluster bomb issue is fixed
authorunc0rr
Thu, 08 May 2008 22:44:05 +0000
changeset 920 4144204da077
parent 919 fadfefc2ae40
child 921 8dd71d960cbc
Remove recently added debug, as cluster bomb issue is fixed
hedgewars/uRandom.pas
--- a/hedgewars/uRandom.pas	Thu May 08 21:27:59 2008 +0000
+++ b/hedgewars/uRandom.pas	Thu May 08 22:44:05 2008 +0000
@@ -80,7 +80,6 @@
 function rndSign(num: hwFloat): hwFloat;
 begin
 num.isNegative:= odd(GetNext);
-AddFileLog(inttostr(n)  +' rnd ' + inttostr(cirbuf[n]));
 rndSign:= num
 end;