masterkey: minor.

This commit is contained in:
Christopher Jeffrey 2016-12-12 12:59:08 -08:00
parent eaaa35cb8e
commit 51ca09603a
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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;