aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/protocol/crypto.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-11 09:52:29 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-11 09:52:29 +0200
commit38dd237bf0dd21ad83e2b127a0f4054b065d7d49 (patch)
tree044149c4d1538669674d8cc22e84d22f05c0c4cf /client-web/source/protocol/crypto.ts
parenta47a937c8058eb88d95ff4a006d159ae63b08e9e (diff)
downloadkeks-meet-38dd237bf0dd21ad83e2b127a0f4054b065d7d49.tar
keks-meet-38dd237bf0dd21ad83e2b127a0f4054b065d7d49.tar.bz2
keks-meet-38dd237bf0dd21ad83e2b127a0f4054b065d7d49.tar.zst
prefs in localStorage
Diffstat (limited to 'client-web/source/protocol/crypto.ts')
-rw-r--r--client-web/source/protocol/crypto.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client-web/source/protocol/crypto.ts b/client-web/source/protocol/crypto.ts
index 76f48c0..da4590b 100644
--- a/client-web/source/protocol/crypto.ts
+++ b/client-web/source/protocol/crypto.ts
@@ -29,7 +29,6 @@ export async function crypto_seeded_key(seed: string): Promise<CryptoKey> {
false,
["encrypt", "decrypt"]
)
- console.log(key);
log("crypto", "ready")
return key
}