From fcfcdc2ccd310f211d4ffa4ba084f48ca9d57379 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Sun, 21 Jul 2024 21:05:53 +0300 Subject: [PATCH] - removed debug printing from the WebAssembly inline assembler reader --- compiler/wasm32/rawasmtext.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/wasm32/rawasmtext.pas b/compiler/wasm32/rawasmtext.pas index c3e91c97ff..f149aba6fe 100644 --- a/compiler/wasm32/rawasmtext.pas +++ b/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 }