Skip to content

Commit de7525a

Browse files
committed
remove print statement from code
1 parent 9a6d371 commit de7525a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dlt_init_openapi/parser/endpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def unresolvable_path_param_names(self) -> List[str]:
125125
@property
126126
def unresolvable_query_params(self) -> List[Parameter]:
127127
"""returns a list of required query param names with params that are used by the paginator excluded"""
128-
print("HERE")
129128
paginator_params = self.detected_pagination.param_names if self.detected_pagination else []
130129
query_params: List[Parameter] = []
131130
for param in self.list_all_parameters:

0 commit comments

Comments
 (0)