delete console.log

This commit is contained in:
d2eight 2024-07-30 12:01:02 +03:00
parent 08620e80e4
commit db321d92da

View File

@ -140,7 +140,6 @@ export class ValueCardWidgetComponent implements OnInit, AfterViewInit, OnDestro
this.labelStyle = textStyle(this.settings.labelFont); this.labelStyle = textStyle(this.settings.labelFont);
this.labelColor = ColorProcessor.fromSettings(this.settings.labelColor); this.labelColor = ColorProcessor.fromSettings(this.settings.labelColor);
this.valueStyle = textStyle(this.settings.valueFont); this.valueStyle = textStyle(this.settings.valueFont);
console.log(this.valueStyle);
this.valueColor = ColorProcessor.fromSettings(this.settings.valueColor); this.valueColor = ColorProcessor.fromSettings(this.settings.valueColor);
this.showDate = this.settings.showDate; this.showDate = this.settings.showDate;