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