Skip to content

Commit ae10643

Browse files
committed
fix: remove debug log for options change in AreaChart component
1 parent aefb058 commit ae10643

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adminforth/spa/src/afcl/AreaChart.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ watch(() => [options.value, chart.value], (value) => {
142142
if (!value || !chart.value) {
143143
return;
144144
}
145-
console.log('options changed', options.value);
146145
if (apexChart) {
147146
apexChart.updateOptions(options.value);
148147
} else {

0 commit comments

Comments
 (0)