Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
TiboDM committed Jun 23, 2022
1 parent dc6e6b5 commit 665fe01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ app.post('/post', (req, res) => {
updateData(newObj, timestamp)
checkData(timestamp)
res.send(data)

console.log(data)
})

//Updates Location Data
Expand Down

0 comments on commit 665fe01

Please sign in to comment.