mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-03 19:07:15 +00:00
fix: Remove console.log
This commit is contained in:
parent
6648695015
commit
f72e620d7d
@ -16,7 +16,6 @@ export default class ModuleContainer extends Tapable {
|
|||||||
this.requiredModules = []
|
this.requiredModules = []
|
||||||
|
|
||||||
// Call class hook
|
// Call class hook
|
||||||
console.log('call module container')
|
|
||||||
this.nuxt.applyPlugins('moduleContainer', this)
|
this.nuxt.applyPlugins('moduleContainer', this)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user