Browse Source

- removed debug printing from the WebAssembly inline assembler reader

Nikolay Nikolov 1 year ago
parent
commit
fcfcdc2ccd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/wasm32/rawasmtext.pas

+ 0 - 1
compiler/wasm32/rawasmtext.pas

@@ -1012,7 +1012,6 @@ Unit rawasmtext;
         gettoken;
         { main loop }
         repeat
-          Writeln(actasmtoken);
           case actasmtoken of
             AS_END:
               break; { end assembly block }