Skip to content

Commit

Permalink
fix: cleanup dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
deciduously committed Jan 14, 2025
1 parent a45bbf6 commit be439e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/std/file.tg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ const machoExecutableMetadata = (
offset += cmdsize;
}
} else if (startsWithBytes(bytes, MACHO_MAGIC_UNIVERSAL)) {
console.log("here");
// Read the number of entries.
const n = data.getUint32(0x4);

Expand Down

0 comments on commit be439e7

Please sign in to comment.