From e0db19a40a787929a2ee5c214e336ba4f63bcf9b Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 4 Sep 2014 16:38:22 -0300 Subject: [PATCH] rebased --- js/models/Storage.js | 1 - 1 file changed, 1 deletion(-) 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('::');