mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-02 22:45:55 +03:00
Remove redundant log statement.
This commit is contained in:
parent
e218a480a5
commit
a1078e65c9
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user