From ac659e8df105dc712cd283bfe2c638f55a0558c2 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 22 Jan 2018 18:16:11 +0100 Subject: [PATCH] remove debugging --- src/crypto/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crypto/index.js b/src/crypto/index.js index 504d48236..b8aeb7fd6 100644 --- a/src/crypto/index.js +++ b/src/crypto/index.js @@ -613,7 +613,6 @@ Crypto.prototype.getRoomEncryption = async function(roomId) { Crypto.prototype.setRoomEncryption = async function(roomId, config, inhibitDeviceQuery) { // if we already have encryption in this room, we should ignore this event // (for now at least. maybe we should alert the user somehow?) - console.log("arese"); const existingConfig = await this.getRoomEncryption(roomId); if (existingConfig && JSON.stringify(existingConfig) != JSON.stringify(config)) { console.error("Ignoring m.room.encryption event which requests " +