diff --git a/WasmReader.cs b/WasmReader.cs index c946806..171b525 100644 --- a/WasmReader.cs +++ b/WasmReader.cs @@ -449,11 +449,9 @@ Instruction ReadInstruction(Opcode opcode) break; case Opcode.Catch: case Opcode.Catch_All: - // DumpBytes(16); if (opcode != Opcode.Catch_All) { instruction.I32 = ReadI32(); - Console.WriteLine($"i32: {instruction.I32}"); } break; case Opcode.Throw: