aboutsummaryrefslogtreecommitdiff
path: root/web/routes/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/routes/index.js')
-rw-r--r--web/routes/index.js1
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) {