Skip to content

Commit

Permalink
build: remove junk code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiscool committed Dec 15, 2024
1 parent 9d1f999 commit 09ca301
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/aiCoderApiFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,27 +207,6 @@ export class aiCoderApiFunctions {



const characters = [
String.fromCharCode(0xC3),
String.fromCharCode(0x05),
String.fromCharCode(0x00),
String.fromCharCode(0x01),
String.fromCharCode(0xC2),
String.fromCharCode(0x05)
];


document.getElementById("lineToSend").value = characters.join('');













Expand Down

0 comments on commit 09ca301

Please sign in to comment.