Skip to content

Commit

Permalink
fix: lint and remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Sep 13, 2024
1 parent 8c119f4 commit 4997c00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/shared/shared/oidc/views/eauth_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ def get(self, request):
f"Reading nationalIdentificationNumber from Helsinki Profile API failed: {str(e)}"
)
return self.login_failure()
print("Profile: ", profile)

user_ssn = profile["user_ssn"]

if user_ssn is None:
Expand Down

0 comments on commit 4997c00

Please sign in to comment.