Skip to content

Commit 685f643

Browse files
committed
feat: 로그에서 토큰 재발급 요청 메시지 제거
1 parent cbd312a commit 685f643

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/apis/auth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export const postLogout = async () => {
2525

2626
// 토큰 재발급
2727
export const reissueToken = async () => {
28-
console.log('토큰 재발급 요청');
2928
const { data } = await axios.post('/api/auth/token', {
3029
withCredentials: true,
3130
});

0 commit comments

Comments
 (0)