@annalib/anna-core 4.4.2 → 4.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2416,10 +2416,8 @@ class AnnaNonEditableGenericTableComponent {
2416
2416
  this.disableSliderApplyButton = false;
2417
2417
  this.incorrectSliderInput = false;
2418
2418
  }
2419
- console.log(this.sliderEnteredMinValue);
2420
2419
  }
2421
2420
  else {
2422
- console.log('inside else condition');
2423
2421
  this.sliderEnteredMinValue = this.options.floor;
2424
2422
  this.isMinTextBoxEmpty = true;
2425
2423
  this.showSliderMinValueError = false;
@@ -2476,7 +2474,6 @@ class AnnaNonEditableGenericTableComponent {
2476
2474
  this.sliderEnteredMaxValue = this.options.ceil;
2477
2475
  this.isMaxTextBoxEmpty = true;
2478
2476
  this.showSliderMaxValueError = false;
2479
- console.log(this.sliderEnteredMaxValue);
2480
2477
  }
2481
2478
  this.showErrorForMinAndMaxValue();
2482
2479
  }
@@ -3277,7 +3274,6 @@ class AnnaNonEditableGenericTableComponent {
3277
3274
  checkIfSortingChanged() {
3278
3275
  this.isSortChanged = this.tempSortOrder != null && this.tempSortOrder != this.annaSortService.columnSortState.get(this.annaFilterService.selectedRadio);
3279
3276
  ;
3280
- console.log(this.isSortChanged);
3281
3277
  return this.isSortChanged;
3282
3278
  }
3283
3279
  disableApplyButtonOfSelectedFilter() {