From d2620a2e31306bc0c61e2f030deb9ed8f1f3786d Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 15 Aug 2025 17:38:30 -0700 Subject: [PATCH] chore: cleanup --- packages/core/globals/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/core/globals/index.ts b/packages/core/globals/index.ts index fe5a3cb65..5f8cc36bb 100644 --- a/packages/core/globals/index.ts +++ b/packages/core/globals/index.ts @@ -265,9 +265,6 @@ global.loadModule = function loadModule(name: string): any { } } } - - // If no resolver found the module, return null - console.warn(`Module '${name}' could not be loaded by any resolver.`); return null; }; function registerOnGlobalContext(moduleName: string, exportName: string): void {