Skip to content

Commit 7ead0a6

Browse files
committed
remove console log
1 parent f72f7c1 commit 7ead0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dualKpiSettingsModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class DualKpiSettingsModel extends Model {
6868
public validateValues(): void {
6969
this.colors.opacity.value = this.validateOpacity(this.colors.opacity.value);
7070
this.colorsBottom.opacity.value = this.validateOpacity(this.colorsBottom.opacity.value);
71-
console.log('Abbreviate values: ', this.properties.generalGroup.abbreviateValues.value);
71+
7272
// Disable display units when abbreviate values is on
7373
if (this.properties.generalGroup.abbreviateValues.value) {
7474
this.valueFormatting.displayUnits.value = 1;

0 commit comments

Comments
 (0)