Skip to content

Commit 1a09252

Browse files
committed
chore: remove duplicate log
1 parent 26745e6 commit 1a09252

File tree

1 file changed

+0
-2
lines changed
  • packages/@vuepress/core/lib/node/build

1 file changed

+0
-2
lines changed

packages/@vuepress/core/lib/node/build/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ module.exports = class Build extends EventEmitter {
5050
*/
5151

5252
async render () {
53-
logger.wait('Extracting site metadata...')
54-
5553
// compile!
5654
const stats = await compile([this.clientConfig, this.serverConfig])
5755
const serverBundle = require(path.resolve(this.outDir, 'manifest/server.json'))

0 commit comments

Comments
 (0)