Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdoulik committed Sep 23, 2024
1 parent a32e72e commit f29b38e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WasmReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f29b38e

Please sign in to comment.