Removed logging

master
Keith Irwin 2021-11-24 18:18:37 -07:00
parent bfe25d1926
commit 5f0ba524d2
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 0 additions and 2 deletions

View File

@ -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 {