Remove logging

This commit is contained in:
Jiiks 2018-08-14 11:06:53 +03:00
parent 7636ea480d
commit 8b4318c06e
1 changed files with 0 additions and 1 deletions

View File

@ -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(() => {