@next-core/brick-kit 2.164.4 → 2.164.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.
@@ -11647,7 +11647,7 @@
11647
11647
  throw new Error(message);
11648
11648
  }
11649
11649
  // eslint-disable-next-line no-console
11650
- console[getRuntime().getFeatureFlags()["development-mode"] ? "error" : "warn"](message);
11650
+ console.warn(message);
11651
11651
  }
11652
11652
  }
11653
11653