Skip to content

Commit f2dcb61

Browse files
committed
Remove debug log
1 parent c0a280c commit f2dcb61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

temporalio/contrib/pydantic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def from_payload(
9595
See
9696
https://docs.pydantic.dev/latest/api/type_adapter/#pydantic.type_adapter.TypeAdapter.validate_json.
9797
"""
98-
print(f"From_payload {payload} - type: {type_hint}")
9998
_type_hint = type_hint if type_hint is not None else Any
10099
return TypeAdapter(_type_hint).validate_json(payload.data)
101100

0 commit comments

Comments
 (0)