Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
f1729 committed Sep 27, 2023
1 parent bf5c0e1 commit 43ac6e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion talonone-service/src/network/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const response = ({
res: Response
status: number
}) => {
console.log(status, error, message)
res.status(status).send({ error, message })
}

Expand Down

0 comments on commit 43ac6e5

Please sign in to comment.