Skip to content

Commit

Permalink
fixup: remove stray print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
acmiyaguchi committed Apr 5, 2022
1 parent 40b0af5 commit b01c8f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydantic/env_settings.py
Expand Up @@ -194,7 +194,6 @@ def __call__(self, settings: BaseSettings) -> Dict[str, Any]: # noqa C901
'env_parse', settings.__config__.json_loads
)
try:
print(parse_func)
env_val = parse_func(env_val)
except ValueError as e:
if not allow_json_failure:
Expand Down

0 comments on commit b01c8f2

Please sign in to comment.