From 550cbe02f8a44aa4509daa093d7e3f5582646bf6 Mon Sep 17 00:00:00 2001 From: Sampo Tawast Date: Tue, 18 Jun 2024 23:13:16 +0300 Subject: [PATCH] fix: remove debug row --- backend/shared/shared/helsinki_profile/hp_client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/shared/shared/helsinki_profile/hp_client.py b/backend/shared/shared/helsinki_profile/hp_client.py index fd067e597b..f1804cc861 100644 --- a/backend/shared/shared/helsinki_profile/hp_client.py +++ b/backend/shared/shared/helsinki_profile/hp_client.py @@ -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,