Remove ghost of some old code

This commit is contained in:
David Baker
2019-11-15 15:27:02 +00:00
parent c550f83a04
commit 04b57bbe9d
-1
View File
@@ -1394,7 +1394,6 @@ MatrixClient.prototype.prepareKeyBackupVersion = async function(password) {
algorithm: olmlib.MEGOLM_BACKUP_ALGORITHM,
auth_data: authData,
recovery_key: encodeRecoveryKey(decryption.get_private_key()),
accountKeys: null,
};
} finally {
decryption.free();