diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-03-13 02:17:03 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-03-13 02:17:03 +0100 |
| commit | 36bf8e3269395e6612339d28ae0d7a48568f4757 (patch) | |
| tree | dd856b9c6a3c74feb67756cd7b407c9176be21dc | |
| parent | 7361873eec849daf7a2e367f05c91782c7e265ad (diff) | |
lol
| -rw-r--r-- | lib/okpush/apn.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/okpush/apn.js b/lib/okpush/apn.js index 05eaa1f5..02f45fcc 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) |
