From b3b099f63c0c368f20c464ecfd47800d294f6ddd Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 5 May 2007 15:09:59 +0000 Subject: [PATCH] - removed accidently commited writeln git-svn-id: trunk@7273 - --- ide/fp.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/ide/fp.pas b/ide/fp.pas index 55a22d6d31..cfb7e13e5c 100644 --- a/ide/fp.pas +++ b/ide/fp.pas @@ -530,7 +530,6 @@ BEGIN Keyboard.RestoreStartMode; {$endif defined(unix)} {$if defined(windows)} - writeln(hexstr(StartupConsoleMode,8)); SetConsoleMode(GetStdHandle(cardinal(Std_Input_Handle)),StartupConsoleMode); {$endif defined(windows)} StreamError:=nil;