Skip to content

Commit 1fa552a

Browse files
author
Jordi Sanchez
committed
Removes superfluous print statement.
1 parent d7db6d0 commit 1fa552a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openapi_python_client/parser/properties/schemas.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ def update_parameters_with_data(
184184
return param
185185

186186
parameters = attr.evolve(parameters, classes_by_reference={ref_path: param, **parameters.classes_by_reference})
187-
print("ref_path is: %s", ref_path)
188187
return parameters
189188

190189

0 commit comments

Comments
 (0)