Removed unnecessary debug message.

This commit is contained in:
Leon Meier 2023-05-15 01:39:10 +02:00
parent ee61e94853
commit 9c4eb3200e

View File

@ -23,7 +23,6 @@ function get(req: Request, res: Response) {
}
})
.then((item) => {
console.log(JSON.stringify(item));
if (item) {
Eta.renderFile(__path + '/src/frontend/publicInfoPage.eta.html', item).then((html) => {
res.send(html);