hedgewars/uFLScripts.pas
branchqmlfrontend
changeset 10888 a04e04aaf599
parent 10612 eb3c1a289a23
child 11456 ab77e2ea2f82
--- a/hedgewars/uFLScripts.pas	Thu Apr 02 21:09:56 2015 +0300
+++ b/hedgewars/uFLScripts.pas	Wed Apr 08 23:39:18 2015 +0300
@@ -60,7 +60,6 @@
     while tmp^ <> nil do
     begin
         s:= shortstring(tmp^);
-        writeln(stderr, '> ', s);
         l:= length(s);
         if (l > 4) and (copy(s, l - 3, 4) = '.lua') then inc(scriptsNumber);
         inc(tmp)