mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-06 15:59:47 -05:00
Remove log
This commit is contained in:
@@ -32,7 +32,7 @@ export function encryptMessage(plaintext: string) {
|
||||
const ciphertext = Buffer.concat([cipher.update(plaintext, "utf8"), cipher.final()]);
|
||||
const tag = cipher.getAuthTag();
|
||||
|
||||
console.debug(plaintext, iv, ciphertext, tag)
|
||||
// console.debug(plaintext, iv, ciphertext, tag)
|
||||
|
||||
return {
|
||||
ciphertext: ciphertext.toString("base64"),
|
||||
|
||||
Reference in New Issue
Block a user