Skip to content

Commit

Permalink
Remove random print
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Aug 16, 2024
1 parent a8780c0 commit 96a5347
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/appointment/routes/waiting_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def act_on_waiting_list(data: schemas.TokenForWaitingList, db: Session = Depends

action = token_data.get('action')
email = token_data.get('email')
print(email)

if action is None or email is None:
raise validation.InvalidLinkException()
Expand Down

0 comments on commit 96a5347

Please sign in to comment.