diff --git a/js/models/Storage.js b/js/models/Storage.js index f4e19a350..b9cb9fa75 100644 --- a/js/models/Storage.js +++ b/js/models/Storage.js @@ -168,7 +168,6 @@ Storage.prototype.getWalletIds = function(cb) { var uniq = {}; this.storage.allKeys(function(keys) { - for (var ii in keys) { var key = keys[ii]; var split = key.split('::');