Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
poxip committed Aug 25, 2017
1 parent 9fe9ae1 commit 8da3390
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aa_stripe/management/commands/check_pending_webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@ def handle(self, *args, **options):
break
else:
last_event = event_list["data"][-1]

print("Pending webhooks: {} (the threshold is {})".format(len(pending_events), pending_events_threshold))

0 comments on commit 8da3390

Please sign in to comment.