瀏覽代碼

- removed accidently added debug statement

git-svn-id: trunk@34907 -
florian 8 年之前
父節點
當前提交
78e945d471
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      compiler/ogcoff.pas

+ 0 - 1
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;