1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Remove log statement

This commit is contained in:
Andrew Kingston 2021-01-28 14:51:37 +00:00
parent 21ec0ad11d
commit db8ff9001d

View file

@ -177,7 +177,6 @@ exports.serveApp = async function(ctx) {
})
const appHbs = fs.readFileSync(`${__dirname}/templates/app.hbs`, "utf8")
console.log(appHbs)
ctx.body = await processString(appHbs, {
head,
body: html,