Parcourir la source

- removed the system unit startup code debug output

git-svn-id: branches/wasm@48303 -
nickysn il y a 4 ans
Parent
commit
7f60637c92
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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.