Removed console.log
This commit is contained in:
parent
347f69637d
commit
5b2c73a6a0
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue