rm log and refactor baseurl
This commit is contained in:
parent
e0a43bd90d
commit
205d1e78c3
2 changed files with 9 additions and 9 deletions
|
|
@ -113,7 +113,6 @@ angular.module('copayApp.services')
|
|||
};
|
||||
|
||||
root.storeProfile = function(profile, cb) {
|
||||
console.log('[storageService.js.115:storeProfile:]',profile); //TODO
|
||||
encryptOnMobile(profile.toObj(), function(err, x) {
|
||||
storage.set('profile', x, cb);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue