ca-components 2.0.81 → 2.0.82

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.
@@ -27095,7 +27095,6 @@ class CaMainTableComponent {
27095
27095
  }
27096
27096
  ngOnInit() {
27097
27097
  this.data$?.subscribe((data) => {
27098
- console.log('data changed', data);
27099
27098
  // Trigger change detection to update the view when data changes
27100
27099
  this.tableData = JSON.parse(JSON.stringify(data));
27101
27100
  this.cdRef.detectChanges();