Skip to content

Commit

Permalink
refactor(view): remove unnecessary log statements
Browse files Browse the repository at this point in the history
similar to what was done in 5666973
  • Loading branch information
angela-tran committed Apr 1, 2024
1 parent b9caeed commit 86ea118
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benefits/enrollment/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def index(request):
if not form.is_valid():
raise Exception("Invalid card token form")

logger.debug("Read tokenized card")
card_token = form.cleaned_data.get("card_token")

client = Client(
Expand Down

0 comments on commit 86ea118

Please sign in to comment.