* remove accidently commited writeln

This commit is contained in:
florian 2022-06-19 16:17:56 +02:00
parent adf1a0642f
commit a0b637530c

View File

@ -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