@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.
@@ -5382,11 +5382,6 @@ function computeBrowserFactoryBase(rawUrl) {
5382
5382
  }
5383
5383
  const moduleUrl = detectModuleUrl();
5384
5384
  const browserFactoryBase = computeBrowserFactoryBase(moduleUrl);
5385
- // Debug logging to diagnose factory loading issues
5386
- // if (typeof console !== 'undefined' && console.log) {
5387
- // console.log('[register-runtime-factories] moduleUrl:', moduleUrl);
5388
- // console.log('[register-runtime-factories] browserFactoryBase:', browserFactoryBase);
5389
- // }
5390
5385
  function resolveFactoryModuleSpecifier$1(specifier) {
5391
5386
  if (specifier.startsWith('../')) {
5392
5387
  const relativePath = specifier.slice('../'.length);