1
0
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:
norohind 2021-08-10 03:16:57 +03:00
parent e9ee65da14
commit 7b823dd64d
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -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