build: remove debug log

pull/3386/head
Yuxuan Zhang 2 years ago
parent d86be7ae23
commit 304a9e5352
No known key found for this signature in database
GPG Key ID: 6910B04F3351EF7D

@ -148,7 +148,6 @@ export async function build(
if (siteConfig.parallel) {
const { config, ...additionalContext } = context
await updateContext({ renderEntry, ...additionalContext })
console.log('all context updated')
task = (page) => dispatchWork('build::render-page', page)
} else {
const { render } = await import(renderEntry)

Loading…
Cancel
Save