remove leftover debug expressions

This commit is contained in:
blek 2023-09-03 22:40:22 +10:00
parent a56e33b9f2
commit 0526044d23
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 0 additions and 3 deletions

View File

@ -17,6 +17,3 @@ export function decode(ciphertext: string) {
}
return out;
}
globalThis.encode = encode;
globalThis.decode = decode;