fix: Remove console.log

This commit is contained in:
Atinux 2017-10-30 18:44:39 +01:00
parent 6648695015
commit f72e620d7d
1 changed files with 0 additions and 1 deletions

View File

@ -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)
}