@annalib/anna-core 14.6.0 → 14.6.2

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.
@@ -1898,8 +1898,6 @@ class AnnaNonEditableGenericTableComponent {
1898
1898
  ngOnInit() {
1899
1899
  }
1900
1900
  ngOnChanges(changes) {
1901
- console.log("changes :", changes);
1902
- console.log("table headers :", this.tableHeaders);
1903
1901
  if (changes && changes["gtDimension"] && changes["gtDimension"].currentValue && this.setTableHeightWhenRowSizeIsFixed) {
1904
1902
  this.setTableHeight();
1905
1903
  this.setTableBottomBorder();