Skip to content

Commit

Permalink
removed stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Jul 31, 2024
1 parent 251f90f commit 1e6e998
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/people-past.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ const PeoplePastPage = ({ data }: PeoplePastProps) => {
return bMaxEnd - aMaxEnd;
})

console.log(filteredPeople)
return filteredPeople.map(p => {
return makePerson(p.data!)
})
Expand Down

0 comments on commit 1e6e998

Please sign in to comment.