mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-30 07:09:39 +03:00
Remove commented out logger.debug()
This commit is contained in:
parent
e9ee65da14
commit
7b823dd64d
@ -494,7 +494,6 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
|
||||
entry['timestamp'] # we expect this to exist # TODO: replace with assert? or an if key in check
|
||||
|
||||
event_type = entry['event'].lower()
|
||||
# logger.debug(f'Monitor event: {entry["event"]}')
|
||||
if event_type == 'fileheader':
|
||||
self.live = False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user