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