delete console.log
This commit is contained in:
parent
08620e80e4
commit
db321d92da
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user