diff --git a/components/gallerypager.js b/components/gallerypager.js index fe1329c..ba025b2 100755 --- a/components/gallerypager.js +++ b/components/gallerypager.js @@ -7,8 +7,6 @@ const GalleryPager = ({gallery, basepath}) => { const router = useRouter() - console.log(gallery) - const handlePagination = page => { const path = router.pathname const query = router.query