We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f393c7b + 225b941 commit f0941daCopy full SHA for f0941da
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