Remove logging
This commit is contained in:
parent
7636ea480d
commit
8b4318c06e
|
@ -98,7 +98,6 @@ export default new class E2EE extends BuiltinModule {
|
|||
}
|
||||
|
||||
createKeyExchange(dmChannelID) {
|
||||
console.log(this.ecdhStorage);
|
||||
if (this.ecdhStorage.hasOwnProperty(dmChannelID)) return null;
|
||||
this.ecdhStorage[dmChannelID] = Security.createECDH();
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Reference in New Issue