From: Carl Worth Date: Thu, 22 Oct 2020 10:34:50 +0000 (-0700) Subject: fixup X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=8222f54de4a0b5c03c959b9b66c7ee9436506154;p=turbot fixup --- diff --git a/turbot/interaction.py b/turbot/interaction.py index 8c1304a..3bdd794 100644 --- a/turbot/interaction.py +++ b/turbot/interaction.py @@ -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)