summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjules <jules@carbonpictures.com>2017-05-21 01:35:59 +0000
committerjules <jules@carbonpictures.com>2017-05-21 01:35:59 +0000
commit1cafb6c10701cd5504144c2713d5235b919280bd (patch)
treefbc9c446d6c69485cec008df32fe496b622ed859
parent981103e10d421f80d187ebd141d0ae6f81d22149 (diff)
noop
-rw-r--r--lib/okpush/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/okpush/index.js b/lib/okpush/index.js
index 67b7c00..a1d2d2e 100644
--- a/lib/okpush/index.js
+++ b/lib/okpush/index.js
@@ -115,7 +115,7 @@ function OKPush (options) {
platform: req.body.platform,
})
.then( () => console.log('added new token') )
- .catch( () => console.log('caught error') )
+ .catch( () => {} )
res.sendStatus(200)
})