We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7886799 commit 3137b90Copy full SHA for 3137b90
layer/nrlf/core/errors.py
@@ -34,7 +34,6 @@ def append_value_set_url(loc_string: str) -> str:
34
35
def diag_for_error(error: ErrorDetails) -> str:
36
loc_string = format_error_location(error["loc"])
37
- print(f"Error location: {loc_string}")
38
msg = f"{loc_string or 'root'}: {error['msg']}"
39
msg += append_value_set_url(loc_string)
40
return msg
0 commit comments