Remove stray logs (#181)
Accidentally introduced in https://github.com/matrix-org/matrix-public-archive/pull/175
This commit is contained in:
parent
ac1419cdca
commit
630e58fadc
|
@ -23,8 +23,6 @@ async function renderPageHtml({
|
||||||
assert(pageOptions.cspNonce);
|
assert(pageOptions.cspNonce);
|
||||||
|
|
||||||
const { styles, scripts } = getDependenciesForEntryPointName(pageOptions.entryPoint);
|
const { styles, scripts } = getDependenciesForEntryPointName(pageOptions.entryPoint);
|
||||||
console.log('styles', styles);
|
|
||||||
console.log('scripts', scripts);
|
|
||||||
|
|
||||||
// Serialize the state for when we run the Hydrogen render again client-side to
|
// Serialize the state for when we run the Hydrogen render again client-side to
|
||||||
// re-hydrate the DOM
|
// re-hydrate the DOM
|
||||||
|
|
Loading…
Reference in New Issue