remove debug

This commit is contained in:
Josh Harvey 2017-08-30 12:52:42 +03:00
parent 13933c3fb2
commit 0b84a24527
2 changed files with 0 additions and 3 deletions

View file

@ -276,8 +276,6 @@ app.get('/tx', getPhoneTx)
app.use(errorHandler)
app.use((req, res) => {
console.log('DEBUG98')
console.log(req.route)
res.status(404).json({error: 'No such route'})
})