Skip to content

Commit

Permalink
fix: remove debug row
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Jun 18, 2024
1 parent e2e0046 commit 550cbe0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/shared/shared/helsinki_profile/hp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ def get_api_access_token_tunnistus(self, oidc_access_token):
else:
audience = "" # production

audience = settings.HELSINKI_PROFILE_API_URL

try:
response = requests.post(
settings.TUNNISTUS_API_TOKENS_ENDPOINT,
Expand Down

0 comments on commit 550cbe0

Please sign in to comment.