fix async loop

This commit is contained in:
Matias Alejo Garcia 2014-11-01 09:42:56 -03:00
commit 01e8562b43
3 changed files with 32 additions and 15 deletions

View file

@ -252,7 +252,6 @@ Identity.prototype.store = function(opts, cb) {
storeFunction.call(self.storage, this.getId(), this.toObj(), function(err) {
if (err) return cb(err);
console.log('[Identity.js.255:opts:]', opts); //TODO
if (opts.noWallets)
return cb();