diff options
Diffstat (limited to 'web/routes')
| -rw-r--r-- | web/routes/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/routes/index.js b/web/routes/index.js index a93db3b..23fcf36 100644 --- a/web/routes/index.js +++ b/web/routes/index.js @@ -23,7 +23,6 @@ router.get('/map', function(req,res) { }); router.post('/mobilerequest', function(req, res) { - console.log(req.body); var data = req.body; Points.save_request(data, function(err, result) { if (err) { |
