]> git.cworth.org Git - turbot/blobdiff - turbot/interaction.py
fixup
[turbot] / turbot / interaction.py
index 8c1304af8262f2273810372a26f89a1db9d081fc..3bdd794b8b457e5a8190928cc669a47ac43042ee 100644 (file)
@@ -132,11 +132,6 @@ def new_hunt_submission(turb, payload, metadata):
 
     channel_id = response['channel']['id']
 
-    # Create a sheet for the channel
-    sheet = turbot.sheets.sheets_create(turb, hunt_id)
-
-    channel_id = response['channel']['id']
-
     # Insert the newly-created hunt into the database
     # (leaving it as non-active for now until the channel-created handler
     #  finishes fixing it up with a sheet and a companion table)