diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-15 21:22:56 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-15 21:22:56 +0000 |
| commit | bf2b97832c3746e3f7f18c6aec253c76124e5564 (patch) | |
| tree | 1bfad1307d1faaf5fc44aed204d14887688494b6 /web/routes/index.js | |
| parent | 4b696da0334a92a00119ab4a5c0414a79f39da4f (diff) | |
added FE web updates for displaying new form report. minor ui enchancements
Diffstat (limited to 'web/routes/index.js')
| -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) { |
