From bab7331f35467e273fbf243f77ecc1064d76e527 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 9 Jun 2016 17:49:02 -0300 Subject: [PATCH] rm unused fn --- src/js/services/profileService.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index e5058389e..bd537977b 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -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) {