Removed some debug messages.
This commit is contained in:
parent
c5121afd7c
commit
8d94a244bc
3 changed files with 0 additions and 10 deletions
|
|
@ -124,8 +124,6 @@ angular.module('copayApp.services')
|
|||
};
|
||||
|
||||
root.getProfile = function(cb) {
|
||||
$log.debug("getProfile() 1 8");
|
||||
|
||||
secureStorageService.get('profile', function(err, str) {
|
||||
|
||||
if (err || !str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue