diff --git a/index.js b/index.js index 2342d5ca087857746ac6744b6dc8a0137054e589..8ef6fe46bd10ff6a332c1ef103d64a6a2d5d1f03 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,6 @@ app.use(bodyParser.urlencoded({ app.use(express.urlencoded({ extended: false })); app.post('/', function (req, res, next) { - console.log(req && req.body); if ( req && req.body