@capillarytech/blaze-ui 4.33.8 → 4.33.10

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.
@@ -3822,11 +3822,6 @@ _dayjs.default.extend(_utc.default);
3822
3822
  _dayjs.default.extend(_dayjsTimezoneIanaPlugin.default);
3823
3823
  _dayjs.default.extend(_dayjsAbbrTimezone.default);
3824
3824
 
3825
- // Verify timezone plugin was properly extended
3826
- // This helps catch bundling issues early
3827
- if (false) // removed by dead control flow
3828
- {}
3829
-
3830
3825
  // Core functionality plugins
3831
3826
  _dayjs.default.extend(_relativeTime.default);
3832
3827
  _dayjs.default.extend(_customParseFormat.default);