From 8222f54de4a0b5c03c959b9b66c7ee9436506154 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 22 Oct 2020 03:34:50 -0700 Subject: [PATCH] fixup --- turbot/interaction.py | 5 ----- 1 file changed, 5 deletions(-) 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) -- 2.43.0