From 62ba1628e8df3b101cb6c6fcd3e7f7861b674c3c Mon Sep 17 00:00:00 2001 From: choba Date: Sun, 11 Aug 2024 16:06:23 +0900 Subject: [PATCH] Add. temp logging code --- src/api/http.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/http.ts b/src/api/http.ts index 958b81e..65cf4a2 100644 --- a/src/api/http.ts +++ b/src/api/http.ts @@ -94,7 +94,6 @@ export const getInstance = (isLoading = true, params?: any): AxiosInstance => { }, async (error: any): Promise => { console.log(error) - debugger; // invalid token error (expired token) const errorStatusCode = error.response.status; if (errorStatusCode === 401) {