rm unused fn
This commit is contained in:
parent
005c7a2664
commit
bab7331f35
1 changed files with 0 additions and 7 deletions
|
|
@ -200,13 +200,6 @@ angular.module('copayApp.services')
|
|||
});
|
||||
};
|
||||
|
||||
|
||||
root.getProfile = function(cb) {
|
||||
storageService.getProfile(function(err, profile) {
|
||||
return cb(err, profile);
|
||||
});
|
||||
};
|
||||
|
||||
root.loadAndBindProfile = function(cb) {
|
||||
storageService.getProfile(function(err, profile) {
|
||||
if (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue