Removed unnecessary debug message.
This commit is contained in:
parent
ee61e94853
commit
9c4eb3200e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user