Remove redundant log statement.

This commit is contained in:
Dillon Kearns 2021-08-09 19:12:24 -07:00
parent e218a480a5
commit a1078e65c9

View File

@ -64,7 +64,6 @@ async function outputString(
switch (fromElm.kind) {
case "html": {
const args = fromElm;
console.log(`Pre-rendered /${args.route}`);
const normalizedRoute = args.route.replace(/index$/, "");
await fs.tryMkdir(`./dist/${normalizedRoute}`);
const contentJsonString = JSON.stringify({