remove logs

This commit is contained in:
2024-10-30 19:17:12 +02:00
parent 457608b931
commit 4ce4264dea
13 changed files with 3 additions and 121 deletions

View File

@@ -330,7 +330,6 @@ export const decodeBase64ForUIChatMessages = (messages)=> {
export function decryptGroupData(data64EncryptedData: string, privateKey: string) {
console.log({data64EncryptedData, privateKey})
const allCombined = base64ToUint8Array(data64EncryptedData)
const str = "qortalGroupEncryptedData"
const strEncoder = new TextEncoder()