fix karma tests

This commit is contained in:
Matias Alejo Garcia 2014-09-19 11:37:28 -03:00
commit e48e6e3fd5
2 changed files with 1 additions and 7 deletions

View file

@ -188,7 +188,6 @@ Storage.prototype.getWalletIds = function(cb) {
preconditions.checkArgument(cb);
var walletIds = [];
var uniq = {};
this.storage.allKeys(function(keys) {
for (var ii in keys) {
var key = keys[ii];