rm unused fn

This commit is contained in:
Matias Alejo Garcia 2016-06-09 17:49:02 -03:00
commit bab7331f35
No known key found for this signature in database
GPG key ID: 02470DB551277AB3

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