Skip to content

Commit

Permalink
chore: remove obsolete console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Apr 30, 2024
1 parent ae8d60d commit f077869
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/PoemCollection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ function PoemCollection() {
[pageHash, pages]
);

console.log(openPageNumber, poemEntries[openPageNumber]);

const isOnFirstPage = openPageNumber === 0;
const isOnLastPage = openPageNumber === pages.length - 1;

Expand Down

0 comments on commit f077869

Please sign in to comment.