@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.
@@ -5883,11 +5883,6 @@ function computeBrowserFactoryBase(rawUrl) {
5883
5883
  }
5884
5884
  const moduleUrl = detectModuleUrl();
5885
5885
  const browserFactoryBase = computeBrowserFactoryBase(moduleUrl);
5886
- // Debug logging to diagnose factory loading issues
5887
- // if (typeof console !== 'undefined' && console.log) {
5888
- // console.log('[register-runtime-factories] moduleUrl:', moduleUrl);
5889
- // console.log('[register-runtime-factories] browserFactoryBase:', browserFactoryBase);
5890
- // }
5891
5886
  function resolveFactoryModuleSpecifier$1(specifier) {
5892
5887
  if (specifier.startsWith('../')) {
5893
5888
  const relativePath = specifier.slice('../'.length);