Removed console.log

This commit is contained in:
James Purser 2022-07-16 15:43:06 +10:00
parent 347f69637d
commit 5b2c73a6a0

View file

@ -7,8 +7,6 @@ const GalleryPager = ({gallery, basepath}) => {
const router = useRouter() const router = useRouter()
console.log(gallery)
const handlePagination = page => { const handlePagination = page => {
const path = router.pathname const path = router.pathname
const query = router.query const query = router.query