Pārlūkot izejas kodu

* remove accidently commited writeln

florian 3 gadi atpakaļ
vecāks
revīzija
a0b637530c
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      compiler/scandir.pas

+ 0 - 1
compiler/scandir.pas

@@ -1076,7 +1076,6 @@ unit scandir;
         current_scanner.skipspace;
         { Support also the ON and OFF as switch }
         hs:=current_scanner.readid;
-        writeln(hs);
         if (hs='ON') then
           current_settings.optimizerswitches:=level2optimizerswitches
         else if (hs='OFF') then