diff --git a/themes/matery/components/PaginationSimple.js b/themes/matery/components/PaginationSimple.js index d647be17..df2a3f1a 100644 --- a/themes/matery/components/PaginationSimple.js +++ b/themes/matery/components/PaginationSimple.js @@ -13,7 +13,6 @@ const PaginationSimple = ({ page, totalPage }) => { const currentPage = +page const showNext = currentPage < totalPage const pagePrefix = router.asPath.split('?')[0].replace(/\/page\/[1-9]\d*/, '').replace(/\/$/, '') - console.log(currentPage, showNext) return (