mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
remove leftover logging
This commit is contained in:
parent
8e4da396ea
commit
14dffa4ad4
@ -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 New Issue
Block a user