summaryrefslogtreecommitdiff
path: root/lib/okpush/apn.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/okpush/apn.js')
-rw-r--r--lib/okpush/apn.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/okpush/apn.js b/lib/okpush/apn.js
index c1430012..da883602 100644
--- a/lib/okpush/apn.js
+++ b/lib/okpush/apn.js
@@ -18,7 +18,7 @@ function push (channel, note) {
console.error("Error fetching devices:", err)
return
}
- // console.log(note, tokens)
+ console.log(note, tokens)
apnProvider.send(note, tokens).then( function (response) {
// response.sent.forEach( function (token) {
// notificationSent(user, token)