Skip to content

Commit

Permalink
cleanup(/api/leaderboard): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Nov 5, 2024
1 parent 697f2e7 commit 06acf9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/api/leaderboard/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ export async function GET(req: NextRequest) {
throw new Error(JSON.stringify(jsonData))
}

console.log("/api/leaderboard - jsonData", jsonData)

const csvData = convertLeaderboardToCsv(jsonData)

return new Response(csvData, {
Expand Down

0 comments on commit 06acf9e

Please sign in to comment.