@tetacom/ng-components 1.0.41 → 1.0.42

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.
@@ -8353,7 +8353,6 @@ class HeadCellDropdownComponent {
8353
8353
  this._cdr = _cdr;
8354
8354
  this.dropDownOpenChange = new EventEmitter();
8355
8355
  this.closeDropdown = () => {
8356
- console.log('closeDropdown');
8357
8356
  this.dropDownOpen = false;
8358
8357
  this.dropDownOpenChange.emit(false);
8359
8358
  };