diff --git a/pydantic/env_settings.py b/pydantic/env_settings.py index acd2e9399a1..ec38918d91f 100644 --- a/pydantic/env_settings.py +++ b/pydantic/env_settings.py @@ -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: