From a0b637530cd7b81d5587907e0867075f9d7fd102 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 19 Jun 2022 16:17:56 +0200 Subject: [PATCH] * remove accidently commited writeln --- compiler/scandir.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/scandir.pas b/compiler/scandir.pas index 2ab5663257..f4d9c2f3fb 100644 --- a/compiler/scandir.pas +++ b/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