From 304a9e5352d120524e12ac4657fd98b9bf60a24c Mon Sep 17 00:00:00 2001 From: Yuxuan Zhang Date: Wed, 3 Jan 2024 05:41:03 -0500 Subject: [PATCH] build: remove debug log --- src/node/build/build.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node/build/build.ts b/src/node/build/build.ts index 53b90f00..8514988b 100644 --- a/src/node/build/build.ts +++ b/src/node/build/build.ts @@ -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)