From 47c40f310aa27daae5f256e806a20437e14d27cb Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 17 Jan 2025 23:51:31 +0000 Subject: [PATCH] chore: remove stray console log --- packages/nuxt/src/core/nuxt.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/nuxt/src/core/nuxt.ts b/packages/nuxt/src/core/nuxt.ts index 8e47db4014..f1f4e855dc 100644 --- a/packages/nuxt/src/core/nuxt.ts +++ b/packages/nuxt/src/core/nuxt.ts @@ -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 if (nuxt.options.experimental.componentIslands) {