X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=turbot%2Fevents.py;fp=turbot%2Fevents.py;h=eb5bcc46c69a8e8bfa09c275081a6f650e71de69;hb=a06d07f6e9773055d4208fc37ab1631d8be2add3;hp=4186e1891b9c799a6244e00417299f4d248ac7ee;hpb=d1b27a68132b9e9a6e5b6ca0aaea1d4de222496a;p=turbot diff --git a/turbot/events.py b/turbot/events.py index 4186e18..eb5bcc4 100644 --- a/turbot/events.py +++ b/turbot/events.py @@ -43,11 +43,8 @@ def home(turb, user_id): my_hunt_blocks = [] available_hunt_blocks = [] for hunt in hunts: - print("Generating turbot home view for hunt '" + hunt['hunt_id'] + "'") if not hunt['active']: - print("Never mind, that hunt is not active.") continue - print("Hunt '" + hunt['hunt_id'] + "' is active, moving forward.") if user_id in slack_channel_members(turb.slack_client, hunt['channel_id']): my_hunt_blocks.append(hunt_link_block(turb, hunt))