log before/after duplicates are removed
This commit is contained in:
parent
ca2037528d
commit
b0b02aae9f
@ -166,8 +166,10 @@ class TaskCog(commands.Cog):
|
||||
|
||||
await do_batch_job(contents, check_duplicate_content, 15)
|
||||
|
||||
log.debug(f"before removing duplicates: {len(contents)}")
|
||||
for duplicate in duplicate_contents:
|
||||
contents.remove(duplicate)
|
||||
log.debug(f"after removing duplicates: {len(contents)}")
|
||||
|
||||
return contents
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user