Browse Source

- removed the system unit startup code debug output

git-svn-id: branches/wasm@48303 -
nickysn 4 năm trước cách đây
mục cha
commit
7f60637c92
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      rtl/wasi/system.pp

+ 0 - 2
rtl/wasi/system.pp

@@ -151,7 +151,6 @@ begin
 end;
 
 begin
-  DebugWriteLn('System unit initialization start');
   { To be set if this is a GUI or console application }
   IsConsole := TRUE;
 {$ifdef FPC_HAS_FEATURE_DYNLIBS}
@@ -168,5 +167,4 @@ begin
   SysInitStdIO;
   { Reset IO Error }
   InOutRes:=0;
-  DebugWriteLn('System unit initialization end');
 end.