diff --git a/Archive.py b/Archive.py
index c32acb08e52394742b2844d54b6d515625643293..b47b25969ae81126b94bf0954c18a0dd177ac59f 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")