fix async loop
This commit is contained in:
parent
5fd3bccd8a
commit
01e8562b43
3 changed files with 32 additions and 15 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue