Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit 9c61f2b

Browse files
committed
MOD | remove useless print
1 parent c4579f6 commit 9c61f2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ async def next(ctx):
9090
while next_battle > 5:
9191
coc = client.get_pending_clash_of_code()
9292
next_battle = coc.time_before_start.seconds
93-
print(next_battle)
9493
await asyncio.sleep(5)
9594
await asyncio.sleep(next_battle + 5)
9695
await ctx.send(ctx.author.mention)

0 commit comments

Comments
 (0)