Commit f353d4db authored by Commandre Benjamin's avatar Commandre Benjamin
Browse files

Suppresion logs de test

1 merge request!1Develop
Showing with 0 additions and 1 deletion
+0 -1
......@@ -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")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment