]> git.cworth.org Git - turbot/blobdiff - turbot/interaction.py
Remove some recently-added debugging print statements
[turbot] / turbot / interaction.py
index 4a36b71b9e074eead82ce4fbb1fbd51643825e5a..6a94a342b88004ef4a384027d61f437f2089aa48 100644 (file)
@@ -501,7 +501,6 @@ def new_hunt_command(turb, body):
 def new_hunt_button(turb, payload):
     """Handler for the action of user pressing the new_hunt button"""
 
-    print("In new_hunt_button with payload of: " + str(payload))
     trigger_id = payload['trigger_id']
 
     return new_hunt(turb, trigger_id)