Remove log statement

This commit is contained in:
Andrew Kingston 2021-01-28 14:51:37 +00:00
parent 08cbfd705f
commit 96d9dd1ef2
1 changed files with 0 additions and 1 deletions

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,