remove unnecessary methods

This commit is contained in:
Javier 2016-02-01 16:43:34 -03:00
parent 0875b7dd5b
commit 0d3bd62ec3
1 changed files with 0 additions and 15 deletions

View File

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