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