Skip to content

Commit

Permalink
remove console log from pagination change handler in DiscoverDetailSc…
Browse files Browse the repository at this point in the history
…reen
  • Loading branch information
Richie911 committed Dec 26, 2024
1 parent 4518437 commit be449cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/discover/DiscoverDetailScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ const DiscoverDetailScreen: React.FC = () => {
count={getPaginationCount()}
onChange={(event, page) => {
setPaginationNumber(page);
// eslint-disable-next-line no-console
console.log('page', page);
}}
/>
</div>
Expand Down

0 comments on commit be449cb

Please sign in to comment.