From 78e945d471bb05c5e44b70dec303d2932715b0ee Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 16 Nov 2016 20:49:58 +0000 Subject: [PATCH] - removed accidently added debug statement git-svn-id: trunk@34907 - --- compiler/ogcoff.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/ogcoff.pas b/compiler/ogcoff.pas index 05a225838d..b4e6a02055 100644 --- a/compiler/ogcoff.pas +++ b/compiler/ogcoff.pas @@ -1583,7 +1583,6 @@ const pemagic : array[0..3] of byte = ( result:=nil; if (secidx<1) or (secidx>FSecCount) then begin - writeln(secidx,' ',FSecCount); InputError('Failed reading coff file, invalid section index'); exit; end;