@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.
@@ -543,11 +543,6 @@ _dayjs.default.extend(_utc.default);
543
543
  _dayjs.default.extend(_dayjsTimezoneIanaPlugin.default);
544
544
  _dayjs.default.extend(_dayjsAbbrTimezone.default);
545
545
 
546
- // Verify timezone plugin was properly extended
547
- // This helps catch bundling issues early
548
- if (false) // removed by dead control flow
549
- {}
550
-
551
546
  // Core functionality plugins
552
547
  _dayjs.default.extend(_relativeTime.default);
553
548
  _dayjs.default.extend(_customParseFormat.default);