@indice/ng-components 0.2.168 → 0.2.170

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.
@@ -2487,7 +2487,6 @@ class ToggleButtonsListComponent {
2487
2487
  ngOnInit() {
2488
2488
  }
2489
2489
  selectOption(optionValue) {
2490
- console.debug('selectOption ', optionValue);
2491
2490
  this.value = optionValue;
2492
2491
  this.valueChange.emit(optionValue);
2493
2492
  }