masterkey: minor.
This commit is contained in:
parent
eaaa35cb8e
commit
51ca09603a
@ -447,7 +447,6 @@ MasterKey.prototype._encrypt = co(function* encrypt(passphrase, aes) {
|
||||
|
||||
MasterKey.prototype.getSize = function getSize() {
|
||||
var size = 0;
|
||||
var len;
|
||||
|
||||
if (this.encrypted) {
|
||||
size += 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user