mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
chore: remove stray console log
This commit is contained in:
parent
e4a6cdceb4
commit
3e20c72c42
@ -574,7 +574,6 @@ async function initNuxt (nuxt: Nuxt) {
|
||||
nuxt._ignore.add(resolveIgnorePatterns())
|
||||
|
||||
await nuxt.callHook('modules:done')
|
||||
console.log(nuxt.options.modulesDir, nuxt.options.modulesDir.length)
|
||||
|
||||
// Add <NuxtIsland>
|
||||
if (nuxt.options.experimental.componentIslands) {
|
||||
|
Loading…
Reference in New Issue
Block a user