diff options
| -rw-r--r-- | lib/okpush/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/okpush/index.js b/lib/okpush/index.js index 9ed64bc..5e6b040 100644 --- a/lib/okpush/index.js +++ b/lib/okpush/index.js @@ -55,7 +55,6 @@ function OKPush (options) { // monkeypatch because of app.use(router) .. obnoxious router.all('/admin/(:path*)?', function (req, res, next) { - console.log(req.url) req.newUrl = req.url req.url = req.originalUrl next() @@ -110,7 +109,6 @@ function OKPush (options) { // should work without middleware router.post('/add', bodyParser.json({}), function (req, res) { -console.log(req) db.addToken({ token: req.body.registrationId, channel: req.body.channel, |
