Remove superfluous commented out line

pull/66/head
sachaaaaa 6 years ago committed by sachaaaaa
parent 4cc614269e
commit 933d7730db

@ -757,7 +757,6 @@ MessageReceiver.prototype.extend({
};
const handleSessionReset = async () => {
const currentSessionBaseKey = await getCurrentSessionBaseKey(sessionCipher);
// console.warn('%cdecipher session %s', 'color:red;', currentSessionBaseKey);
if (this.activeSessionBaseKey && currentSessionBaseKey !== this.activeSessionBaseKey) {
if (conversation.isSessionResetReceived()) {
restoreActiveSession();

Loading…
Cancel
Save