Skip to content

Commit

Permalink
putting back logs as they were
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMatter committed Apr 23, 2024
1 parent 9baa779 commit 11151ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/decluttarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ async def queueCleaner(settingsDict, arr_type, defective_tracker, download_sizes
if not full_queue:
logger.verbose('>>> Queue is empty.')
return
# else:
# logger.debug('queueCleaner/full_queue at start:')
# logger.debug(full_queue)
else:
logger.debug('queueCleaner/full_queue at start:')
logger.debug(full_queue)

deleted_downloads = Deleted_Downloads([])
items_detected = 0
Expand Down

0 comments on commit 11151ee

Please sign in to comment.