Skip to content

Commit

Permalink
Remove debugging for password change on fxa webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Jan 8, 2024
1 parent 5e74b7e commit 3f10c3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/src/appointment/routes/webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ def fxa_process(
logging.warning("Subscriber doesn't have refresh token.")
except requests.exceptions.HTTPError as ex:
logging.error(f"Error logging out user: {ex.response}")
logging.error(json.dumps(ex.request))
logging.error(json.dumps(ex.response))
case 'https://schemas.accounts.firefox.com/event/profile-change':
if event_data.get('email') is not None:
# Update the subscriber's email (and username for now)
Expand Down

0 comments on commit 3f10c3a

Please sign in to comment.