Skip to content

Commit f72f7c1

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dualKpiSettingsModel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export class DualKpiSettingsModel extends Model {
7070
this.colorsBottom.opacity.value = this.validateOpacity(this.colorsBottom.opacity.value);
7171
console.log('Abbreviate values: ', this.properties.generalGroup.abbreviateValues.value);
7272
// Disable display units when abbreviate values is on
73-
console.log(this.properties.generalGroup.abbreviateValues.value)
7473
if (this.properties.generalGroup.abbreviateValues.value) {
7574
this.valueFormatting.displayUnits.value = 1;
7675
this.valueFormatting.displayUnits.disabled = true;

0 commit comments

Comments
 (0)