Browse Source

- removed the system unit startup code debug output

git-svn-id: branches/wasm@48303 -
nickysn 4 years ago
parent
commit
7f60637c92
1 changed files with 0 additions and 2 deletions
  1. 0 2
      rtl/wasi/system.pp

+ 0 - 2
rtl/wasi/system.pp

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