Skip to content

Commit

Permalink
chore: Remove unnecessary console log in friends request handler
Browse files Browse the repository at this point in the history
  • Loading branch information
tako0614 committed Jun 16, 2024
1 parent 44e7809 commit ed75029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api/v1/friends/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ export const handler = {
},
)
} else {
console.log("saigo")
console.log(console.log(requestResult))
return new Response(
JSON.stringify({ status: "error" }),
{
Expand Down

0 comments on commit ed75029

Please sign in to comment.