- removed debug printing from the WebAssembly inline assembler reader

This commit is contained in:
Nikolay Nikolov 2024-07-21 21:05:53 +03:00
parent c95dfe24e7
commit fcfcdc2ccd

View File

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