remove console.logs

This commit is contained in:
Gal Elmalah
2020-10-11 11:51:06 +03:00
committed by Vishnu Ks
parent c94bd9f3b3
commit e50712e5bc
2 changed files with 14 additions and 16 deletions

View File

@@ -19,7 +19,6 @@ function myFunction(setMaximumBooksToShow, maximumBooksToShow) {
export default ({ data }) => {
let [maximumBooksToShow, setMaximumBooksToShow] = useState(12)
console.log({data})
useEffect(() => {
window.document.onscroll = () =>
myFunction(setMaximumBooksToShow, maximumBooksToShow)