Skip to content

Commit 225b941

Browse files
authored
Remove print statement for response logging
1 parent d0f7682 commit 225b941

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

index.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ def handler(event, context):
3232
}
3333

3434
response = {"statusCode": 200, "body": result.model_dump_json()}
35-
print("Returning response:", " ".join(json.dumps(response, indent=2).splitlines()))
3635
return response

0 commit comments

Comments
 (0)