From f353d4dbf654804e36fafc67612b858e26a1978a Mon Sep 17 00:00:00 2001 From: Commandre Benjamin <benjamin.commandre@irstea.fr> Date: Fri, 9 Nov 2018 13:14:41 +0100 Subject: [PATCH] Suppresion logs de test --- Archive.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Archive.py b/Archive.py index c32acb0..b47b259 100644 --- a/Archive.py +++ b/Archive.py @@ -312,7 +312,6 @@ class Archive(): reponse = requests.post(url, data=payload, proxies=proxyDict) try: - self.logger.debug(reponse.json()) token = reponse.json()["access_token"] except Exception as e: self.logger.error("Error during the identification request") -- GitLab