diff --git a/app.js b/app.js index 591dff1..3875ebc 100644 --- a/app.js +++ b/app.js @@ -218,6 +218,8 @@ app.post('/api/v1/register/ios', function(req, res) { var body = req.body; + logger.debug(body); + if (body.hasOwnProperty(id)) { logger.debug(body.id);