We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff6c2ba + 225b941 commit 71120beCopy full SHA for 71120be
1 file changed
index.py
@@ -32,5 +32,4 @@ def handler(event, context):
32
}
33
34
response = {"statusCode": 200, "body": result.model_dump_json()}
35
- print("Returning response:", " ".join(json.dumps(response, indent=2).splitlines()))
36
return response
0 commit comments