mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-22 08:29:46 +00:00
chore: remove stray console log
This commit is contained in:
parent
6470d56b4b
commit
47c40f310a
@ -573,7 +573,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