Browse Source

delete console.log

pull/11320/head
d2eight 2 years ago
parent
commit
db321d92da
  1. 1
      ui-ngx/src/app/modules/home/components/widget/lib/cards/value-card-widget.component.ts

1
ui-ngx/src/app/modules/home/components/widget/lib/cards/value-card-widget.component.ts

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

Loading…
Cancel
Save