Skip to content

Commit

Permalink
Cleanup logs
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral committed Nov 3, 2023
1 parent 3941771 commit 4eb4827
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ async function fetchNextVideos() {
}
if (videos.length - currentVideoIndex > fetchWhenVideosLeft) {
console.log('Waiting to scroll down more')
return
}
console.log('fetching Videos')
loading = true
const res = await getVideos()
console.log({ res })
Expand Down

0 comments on commit 4eb4827

Please sign in to comment.