Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
eulixir committed Apr 19, 2024
1 parent 971a295 commit 6d12466
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/web/guessController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ interface BodyParams {
}

export async function guessController(req: VercelRequest, res: VercelResponse) {
console.log(req)

const body: BodyParams = req.body

const response = await guessAnimeService(body.messages)
Expand Down

0 comments on commit 6d12466

Please sign in to comment.