Skip to content

Commit

Permalink
Rm console.log on frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
rohangpta committed Apr 18, 2024
1 parent 40fb7f7 commit 6f75d48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/pages/tickets/[[...slug]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ Ticket.getInitialProps = async ({ query, req }: NextPageContext) => {
const ticketsRes = await ticketsReq.json()
const eventRes = await eventReq.json()

console.log('ticketsRes', ticketsRes)
console.log('eventRes', eventRes)

return {
home: false,
tickets: ticketsRes,
Expand Down

0 comments on commit 6f75d48

Please sign in to comment.