diff options
| author | jules <jules@carbonpictures.com> | 2017-05-21 01:35:59 +0000 |
|---|---|---|
| committer | jules <jules@carbonpictures.com> | 2017-05-21 01:35:59 +0000 |
| commit | 1cafb6c10701cd5504144c2713d5235b919280bd (patch) | |
| tree | fbc9c446d6c69485cec008df32fe496b622ed859 | |
| parent | 981103e10d421f80d187ebd141d0ae6f81d22149 (diff) | |
noop
| -rw-r--r-- | lib/okpush/index.js | 2 |
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) }) |
