Skip to content

Commit

Permalink
[WarnSystem] Remove debug leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed Jun 24, 2020
1 parent 1ae59d1 commit 0430602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion warnsystem/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,6 @@ async def automod_process_antispam(self, message: discord.Message):
antispam_data["delay"], message.created_at, data.messages
)
)
print(f"{member}: w={data.warned} m={len(data.messages)}")
if len(data.messages) <= antispam_data["max_messages"]:
# antispam not triggered, we can exit now
self.antispam[guild.id][channel.id][member.id] = data
Expand Down

0 comments on commit 0430602

Please sign in to comment.