Skip to content

Commit e84e376

Browse files
refactor: remove log in pagination
1 parent af55672 commit e84e376

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/kit-headless/src/components/pagination/pagination.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export const Pagination = component$<PaginationProps>((props) => {
2828

2929
const visibleItems = usePagination(totalPages, selectedPage, siblingCount || 1);
3030

31-
console.log(visibleItems);
3231
return (
3332
<nav aria-label="pagination" data-testid="pagination" {...rest}>
3433
<button

0 commit comments

Comments
 (0)