Skip to content

Commit 3137b90

Browse files
NRL-518 Fix linting issue
1 parent 7886799 commit 3137b90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

layer/nrlf/core/errors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def append_value_set_url(loc_string: str) -> str:
3434

3535
def diag_for_error(error: ErrorDetails) -> str:
3636
loc_string = format_error_location(error["loc"])
37-
print(f"Error location: {loc_string}")
3837
msg = f"{loc_string or 'root'}: {error['msg']}"
3938
msg += append_value_set_url(loc_string)
4039
return msg

0 commit comments

Comments
 (0)