Skip to content

Commit 68bd07d

Browse files
committed
tidy
1 parent 0888f14 commit 68bd07d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

delta_backend/src/delta.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,4 @@ def handler(event, context):
156156
log_data["operation_outcome"] = operation_outcome
157157
firehose_log["event"] = log_data
158158
firehose_logger.send_log(firehose_log)
159-
# @TODO remove this exception and replace with 500 response
160-
# after investigating the impact of this change ``` return {"statusCode": 500, "body": "Internal server error"} ```
161159
raise Exception(f"Delta Lambda failure: {e}")

0 commit comments

Comments
 (0)