[V3 JoinLeave] Remove a print

This commit is contained in:
aikaterna
2018-10-23 10:49:47 -07:00
committed by GitHub
parent 4feca52244
commit 1a7d3a095d

View File

@@ -176,7 +176,6 @@ class JoinLeave(BaseCog):
f"I tried to ping for this alert but I don't have permissons to manage roles!\n\N{WARNING SIGN} First sighting\n{msg}"
)
else:
print("not new")
await channel_obj.send(msg)
@staticmethod