diff --git a/components/Energy/TimeOfDaySection.vue b/components/Energy/TimeOfDaySection.vue index 36d3604a..b34e7a9e 100644 --- a/components/Energy/TimeOfDaySection.vue +++ b/components/Energy/TimeOfDaySection.vue @@ -530,7 +530,6 @@ export default { }, formatAverage({ value, type }) { - console.log('type', type) if (value === null) return '—' if (type === 'price') return this.$options.filters.formatCurrency(value) if (type === 'power') return this.$options.filters.formatValue(value)