Fix buttons. Remove console.logs. isMobile active!!
This commit is contained in:
parent
1d7e9dda93
commit
5329d030f8
5 changed files with 68 additions and 72 deletions
|
|
@ -55,12 +55,10 @@ angular.module('copayApp.services')
|
|||
failIfExists: true,
|
||||
}, function(err, iden) {
|
||||
|
||||
console.log('[identityService.js.57]'); //TODO
|
||||
if (err) return cb(err);
|
||||
preconditions.checkState(iden);
|
||||
root.bind(iden);
|
||||
|
||||
console.log('[identityService.js.62]'); //TODO
|
||||
return cb(null);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue