diff --git a/index.js b/index.js index a97b6df..c8e2608 100644 --- a/index.js +++ b/index.js @@ -22,8 +22,6 @@ app.use(bodyParser.json()) app.post('/', async (req, res) => { - console.log(`Received POST`) - console.log(req.body) // Check token let data try {