Skip to content

Commit be6f106

Browse files
committed
Remove unnecessary comment
1 parent c46c2b1 commit be6f106

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/slackBotFunction/app/slack/slack_handlers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ def _trigger_async_processing(event_data):
376376
This function invokes the same Lambda function asynchronously to handle the
377377
actual AI processing without blocking the initial Slack response.
378378
"""
379-
# incase we fail to re-invoke the lambda we should log an error
380379
try:
381380
lambda_client = boto3.client("lambda")
382381
lambda_client.invoke(

0 commit comments

Comments
 (0)