diff --git a/src/index.ts b/src/index.ts index 6cea803..b99b82b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -52,7 +52,6 @@ async function combinePath(path: string, tryAgain = true): Promise { } else { const str = await combinePath(path + ".html", false); if (str !== __dirname + "/webpage/index.html") { - console.log(str); return str; } if (devmode && tryAgain) {