Skip to content

Commit aeca4d2

Browse files
committed
Update authContextHook.ts
1 parent 6bd5053 commit aeca4d2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

front/src/contexts/auth/hook/authContextHook.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ export function authContextHook(): AuthProviderState {
5050
const token = auth.getToken();
5151
const _isExpiredToken = auth.isExpiredToken(token);
5252

53-
console.log('DEBUG checkTokenIsExpired : ', {
54-
token,
55-
_isExpiredToken,
56-
});
5753
setIsExpiredToken(_isExpiredToken);
5854

5955
devToolsStore?.dispatch({

0 commit comments

Comments
 (0)