remove log
This commit is contained in:
parent
509c819d0e
commit
16d6512948
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ async function combinePath(path: string, tryAgain = true): Promise<string> {
|
|||
} else {
|
||||
const str = await combinePath(path + ".html", false);
|
||||
if (str !== __dirname + "/webpage/index.html") {
|
||||
console.log(str);
|
||||
return str;
|
||||
}
|
||||
if (devmode && tryAgain) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue