Skip to content

Commit

Permalink
#607 Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpopko committed Jun 27, 2024
1 parent 0ef0709 commit 0ea914a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/aztec/decoder/Decoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ export default class Decoder {
];

private static MIXED_TABLE: string[] = [
// Module parse failed: Octal literal in strict mode (50:29)
// so number string were scaped
'CTRL_PS', ' ', '\x01', '\x02', '\x03', '\x04', '\x05', '\x06', '\x07', '\b', '\t', '\n',
'\x0b', '\f', '\r', '\x1b', '\x1c', '\x1d', '\x1e', '\x1f', '@', '\\', '^', '_',
'`', '|', '~', '\x7f', 'CTRL_LL', 'CTRL_UL', 'CTRL_PL', 'CTRL_BS'
Expand Down

0 comments on commit 0ea914a

Please sign in to comment.