Remove stray logs (#181)

Accidentally introduced in https://github.com/matrix-org/matrix-public-archive/pull/175
This commit is contained in:
Eric Eastwood 2023-04-25 01:21:53 -05:00 committed by GitHub
parent ac1419cdca
commit 630e58fadc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ async function renderPageHtml({
assert(pageOptions.cspNonce);
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
// re-hydrate the DOM