1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00
This commit is contained in:
Hubert Chathi
2019-02-28 22:48:04 -05:00
parent 4b5623691b
commit a1be24307a
3 changed files with 5 additions and 3 deletions

View File

@@ -968,7 +968,6 @@ MegolmDecryption.prototype.onRoomKeyEvent = function(event) {
});
}
});
}).catch((e) => {
logger.error(`Error handling m.room_key_event: ${e}`);
});