Skip to content

Commit d64cc09

Browse files
committed
chore: console 제거
1 parent 9979c6c commit d64cc09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ axiosCrewInstance.interceptors.response.use(
8080
);
8181

8282
export const handleTokenError = async (error: AxiosError<unknown>) => {
83-
console.log(error);
8483
const originRequest = error.config;
8584

8685
if (!error.response || !originRequest) throw new Error('에러가 발생했습니다.');

0 commit comments

Comments
 (0)