From ed75029289cf563b0033dfb4f697c607f430f3c4 Mon Sep 17 00:00:00 2001 From: tako0614 Date: Sun, 16 Jun 2024 09:31:51 +0900 Subject: [PATCH] chore: Remove unnecessary console log in friends request handler --- routes/api/v1/friends/request.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api/v1/friends/request.ts b/routes/api/v1/friends/request.ts index 6f4b94be..cbf7b4d5 100644 --- a/routes/api/v1/friends/request.ts +++ b/routes/api/v1/friends/request.ts @@ -564,7 +564,7 @@ export const handler = { }, ) } else { - console.log("saigo") + console.log(console.log(requestResult)) return new Response( JSON.stringify({ status: "error" }), {