mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-14 12:24:51 +00:00
daemon: remove unneeded error logging
This commit is contained in:
@@ -66,7 +66,6 @@ export async function daemon() {
|
||||
})
|
||||
|
||||
const errorHandler: ErrorRequestHandler = (err: Error, req, res, next) => {
|
||||
console.log(`###error`, err)
|
||||
discordAlert(err)
|
||||
res.status(500).send(err.toString())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user