chore: remove stray console log

This commit is contained in:
Daniel Roe 2025-01-17 23:51:31 +00:00
parent e4a6cdceb4
commit 3e20c72c42
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

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