Skip to content

Commit

Permalink
chore: remove duplicate log
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Mar 9, 2019
1 parent 26745e6 commit 1a09252
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@vuepress/core/lib/node/build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ module.exports = class Build extends EventEmitter {
*/

async render () {
logger.wait('Extracting site metadata...')

// compile!
const stats = await compile([this.clientConfig, this.serverConfig])
const serverBundle = require(path.resolve(this.outDir, 'manifest/server.json'))
Expand Down

0 comments on commit 1a09252

Please sign in to comment.