From 3e20c72c42f7c2c29a45fd3605a61cd1b74fd7b2 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 e5e48aae0b..e3d7f1bdfb 100644 --- a/packages/nuxt/src/core/nuxt.ts +++ b/packages/nuxt/src/core/nuxt.ts @@ -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 if (nuxt.options.experimental.componentIslands) {