rm unused fn

This commit is contained in:
Matias Alejo Garcia 2016-06-09 17:49:02 -03:00
parent 005c7a2664
commit bab7331f35
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 0 additions and 7 deletions

View File

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