Bläddra i källkod

- removed debug writeln from the WASI linker invocation code

git-svn-id: branches/wasm@48314 -
nickysn 4 år sedan
förälder
incheckning
14bca0d0dd
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      compiler/systems/t_wasi.pas

+ 0 - 1
compiler/systems/t_wasi.pas

@@ -158,7 +158,6 @@ begin
   Replace(cmdstr,'$MAP',mapstr);
   //Replace(cmdstr,'$LTO',ltostr);
   Replace(cmdstr,'$GCSECTIONS',GCSectionsStr);
-  writeln(utilsprefix+binstr,' ',cmdstr);
   success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
 
   //SplitBinCmd(Info.DllCmd[2],binstr,cmdstr);