1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 00:30:33 +03:00

remove unnecessarily committed debug messages

This commit is contained in:
Chris Henning 2022-06-12 17:12:08 -04:00
parent 4dfcd91bcd
commit 4bf2965cc5

View File

@ -256,8 +256,6 @@ class EDDN:
headers = {'Content-Encoding': 'gzip'}
r = self.session.post(self.eddn_url, data=encoded, timeout=self.TIMEOUT, headers=headers)
logger.trace_if('plugin.eddn', f"EDDN response {r.status_code} to data: {json.dumps(to_send)}")
logger.trace_if('plugin.eddn', f"EDDN response {r.text}")
if r.status_code != requests.codes.ok:
# Check if EDDN is still objecting to an empty commodities list