Browse Source

- removed debug printing from the WebAssembly inline assembler reader

Nikolay Nikolov 1 năm trước cách đây
mục cha
commit
fcfcdc2ccd
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 }