remove unnecessary methods
This commit is contained in:
parent
0875b7dd5b
commit
0d3bd62ec3
1 changed files with 0 additions and 15 deletions
|
|
@ -19,21 +19,6 @@ angular.module('copayApp.services')
|
||||||
$rootScope.$emit('Local/pushNotificationsReady');
|
$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) {
|
root.enableNotifications = function(walletsClients) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue