Skip to content

Commit

Permalink
Fixing All Stories Page, removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
BrysonXiao committed Apr 25, 2023
1 parent 643dd92 commit db22397
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/all.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ const AllStories = ({ data }) => {
</>
)
}
console.log(`Printing out data`)
console.log(data)
let quarterlyStories = data.issues.issues.map(issue => {
let term = issue.term
let season = term.substring(0, term.length - 2)
Expand Down

0 comments on commit db22397

Please sign in to comment.