forked from mystiq/hydrogen-web
remove leftover logging
This commit is contained in:
parent
8e4da396ea
commit
14dffa4ad4
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ function replaceGlobalHashPlaceholderInChunks(assets, globalHashChunkReplaceMap,
|
|||
if (!chunk) {
|
||||
throw new Error(`could not find chunk ${name} to replace global hash placeholder`);
|
||||
}
|
||||
console.log(placeholder, globalHash);
|
||||
chunk.code = chunk.code.replaceAll(placeholder, `"${globalHash}"`);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue