Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
PFedak committed Feb 11, 2025
1 parent bafb566 commit 01ab3f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CrashWarped/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,6 @@ class InstructionPrinter implements InstructionHandler<string> {
this.currIndex += 2;
this.inMIPS = false;
} else {
out.push(`${this.currIndex} MIPS ${MIPS[parseMIPSOpcode(inst)]} ${inst.toString(16)}`);
this.currIndex++;
// const res = lookupMIPS(behavior.name, this.currIndex*4, inst, null, null!);
// if (res.blockSize < 0) {
Expand Down

0 comments on commit 01ab3f8

Please sign in to comment.