remove leftover debug expressions
This commit is contained in:
parent
a56e33b9f2
commit
0526044d23
|
@ -17,6 +17,3 @@ export function decode(ciphertext: string) {
|
|||
}
|
||||
return out;
|
||||
}
|
||||
|
||||
globalThis.encode = encode;
|
||||
globalThis.decode = decode;
|
Loading…
Reference in New Issue