@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.
@@ -4502,11 +4502,6 @@ _dayjs.default.extend(_utc.default);
4502
4502
  _dayjs.default.extend(_dayjsTimezoneIanaPlugin.default);
4503
4503
  _dayjs.default.extend(_dayjsAbbrTimezone.default);
4504
4504
 
4505
- // Verify timezone plugin was properly extended
4506
- // This helps catch bundling issues early
4507
- if (false) // removed by dead control flow
4508
- {}
4509
-
4510
4505
  // Core functionality plugins
4511
4506
  _dayjs.default.extend(_relativeTime.default);
4512
4507
  _dayjs.default.extend(_customParseFormat.default);