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:
parent
4dfcd91bcd
commit
4bf2965cc5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user