Skip to content

Commit

Permalink
Minor console logging cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Dec 11, 2023
1 parent a57a327 commit a04ce2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/containers/Authenticate/TokenMgmt.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ function TokenMgmt() {

switch (action.type) {
case ACTION_STORE:
console.log('Storing apiToken in new state.');
newState['apiToken'] = user.id_token;
break;
case ACTION_REVOKE:
console.log('Revoking apiToken from new state.');
newState['apiToken'] = null;
break;
default:
Expand Down

0 comments on commit a04ce2c

Please sign in to comment.