remove print statement

This commit is contained in:
Brandon Silva 2022-10-12 18:03:24 -04:00
parent 1c9deb0301
commit c7569f1979

View file

@ -64,7 +64,6 @@ class NameChange(commands.Cog):
while True:
await self.update_namechanges()
print("big update")
await asyncio.sleep(60)
def cog_unload(self):