@politicalwatch/tipi-uikit 1.9.31 → 1.9.32

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@politicalwatch/tipi-uikit",
3
- "version": "1.9.31",
3
+ "version": "1.9.32",
4
4
  "main": "src/components/index.js",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -241,7 +241,6 @@ class d3sunburst extends d3chart {
241
241
  * Format durations
242
242
  */
243
243
  to_duration(duration) {
244
- console.log('duration', duration);
245
244
  if (duration > 60 * 60 * 1000) {
246
245
  return this.to_hour_duration(duration);
247
246
  } else if (duration > 60 * 1000) {