From 5b2c73a6a0920aab3602bf0b024dc080e6e2b9c6 Mon Sep 17 00:00:00 2001 From: James Purser Date: Sat, 16 Jul 2022 15:43:06 +1000 Subject: [PATCH] Removed console.log --- components/gallerypager.js | 2 -- 1 file changed, 2 deletions(-) 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