Skip to content

Commit

Permalink
remove loop print
Browse files Browse the repository at this point in the history
  • Loading branch information
snowgears committed Jul 26, 2021
1 parent fdf081d commit 85c6eb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion verifybot.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ async def _verifypurchase(ctx, email: str): # Defines a new "context" (ctx) comm

# make new end_date the old start_date for next while iteration
end_date = start_date
print(f"{count}")
count = count + 1

if success:
Expand Down

0 comments on commit 85c6eb3

Please sign in to comment.