diff --git a/rsconcept/frontend/src/components/data-table/data-table.tsx b/rsconcept/frontend/src/components/data-table/data-table.tsx index f06835fa..a17b0051 100644 --- a/rsconcept/frontend/src/components/data-table/data-table.tsx +++ b/rsconcept/frontend/src/components/data-table/data-table.tsx @@ -126,7 +126,6 @@ export function DataTable({ const [lastSelected, setLastSelected] = useState(null); const table = useDataTable({ ...restProps }); - console.log(table); const isPaginationEnabled = typeof table.getCanNextPage === 'function'; const isEmpty = table.getRowModel().rows.length === 0;