Fix buttons. Remove console.logs. isMobile active!!

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-03 17:09:59 -03:00
commit 5329d030f8
5 changed files with 68 additions and 72 deletions

View file

@ -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);
});
};