@naylence/runtime 0.3.5-test.4 → 0.3.5-test.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5383,11 +5383,6 @@ function computeBrowserFactoryBase(rawUrl) {
5383
5383
  }
5384
5384
  const moduleUrl = detectModuleUrl();
5385
5385
  const browserFactoryBase = computeBrowserFactoryBase(moduleUrl);
5386
- // Debug logging to diagnose factory loading issues
5387
- // if (typeof console !== 'undefined' && console.log) {
5388
- // console.log('[register-runtime-factories] moduleUrl:', moduleUrl);
5389
- // console.log('[register-runtime-factories] browserFactoryBase:', browserFactoryBase);
5390
- // }
5391
5386
  function resolveFactoryModuleSpecifier$1(specifier) {
5392
5387
  if (specifier.startsWith('../')) {
5393
5388
  const relativePath = specifier.slice('../'.length);