@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.
@@ -309,11 +309,6 @@ _dayjs.default.extend(_utc.default);
309
309
  _dayjs.default.extend(_dayjsTimezoneIanaPlugin.default);
310
310
  _dayjs.default.extend(_dayjsAbbrTimezone.default);
311
311
 
312
- // Verify timezone plugin was properly extended
313
- // This helps catch bundling issues early
314
- if (false) // removed by dead control flow
315
- {}
316
-
317
312
  // Core functionality plugins
318
313
  _dayjs.default.extend(_relativeTime.default);
319
314
  _dayjs.default.extend(_customParseFormat.default);