Skip to content

Commit

Permalink
fix: Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Oct 30, 2017
1 parent 6648695 commit f72e620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/core/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default class ModuleContainer extends Tapable {
this.requiredModules = []

// Call class hook
console.log('call module container')
this.nuxt.applyPlugins('moduleContainer', this)
}

Expand Down

0 comments on commit f72e620

Please sign in to comment.