@tanstack/react-table 8.5.9 → 8.5.10

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.
@@ -3801,7 +3801,6 @@ function getExpandedRowModel() {
3801
3801
 
3802
3802
  if (!paginateExpandedRows) {
3803
3803
  // Only expand rows at this point if they are being paginated
3804
- console.log(rowModel.rows);
3805
3804
  return rowModel;
3806
3805
  }
3807
3806
 
@@ -3870,7 +3869,6 @@ function getPaginationRowModel(opts) {
3870
3869
  };
3871
3870
  }
3872
3871
 
3873
- console.log(paginatedRowModel.rows);
3874
3872
  paginatedRowModel.flatRows = [];
3875
3873
 
3876
3874
  const handleRow = row => {