Removed some debug messages.

This commit is contained in:
Brendon Duncan 2018-06-01 15:25:08 +12:00
commit 8d94a244bc
3 changed files with 0 additions and 10 deletions

View file

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