Skip to content

Commit

Permalink
Update authContextHook.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MacKentoch committed Feb 27, 2022
1 parent 6bd5053 commit aeca4d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions front/src/contexts/auth/hook/authContextHook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ export function authContextHook(): AuthProviderState {
const token = auth.getToken();
const _isExpiredToken = auth.isExpiredToken(token);

console.log('DEBUG checkTokenIsExpired : ', {
token,
_isExpiredToken,
});
setIsExpiredToken(_isExpiredToken);

devToolsStore?.dispatch({
Expand Down

0 comments on commit aeca4d2

Please sign in to comment.