From 0d3bd62ec36a691a8ecb5913874e0a7fdda14b05 Mon Sep 17 00:00:00 2001 From: Javier Date: Mon, 1 Feb 2016 16:43:34 -0300 Subject: [PATCH] remove unnecessary methods --- src/js/services/pushNotificationsService.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/js/services/pushNotificationsService.js b/src/js/services/pushNotificationsService.js index 001c13118..ac9a3eace 100644 --- a/src/js/services/pushNotificationsService.js +++ b/src/js/services/pushNotificationsService.js @@ -19,21 +19,6 @@ angular.module('copayApp.services') $rootScope.$emit('Local/pushNotificationsReady'); }); }); - - push.on('notification', function(data) { - $log.debug('Push notification event: ', data.message); - /* data.message, - data.title, - data.count, - data.sound, - data.image, - data.additionalData - */ - }); - - push.on('error', function(e) { - $log.warn('Error trying to push notifications: ', e); - }); }; root.enableNotifications = function(walletsClients) {