Skip to content

Commit

Permalink
removed stray debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Apr 18, 2024
1 parent 3ff16f4 commit 6e83ad8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scabha/schema_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ def clickify_parameters(schemas: Union[str, Dict[str, Any]],
# anything else will be just a string
dtype = str

# if name == 'catalogs':
# print(f"catalogs: {dtype}")
# choices?
if schema.choices:
dtype = click.Choice(schema.choices)
Expand Down

0 comments on commit 6e83ad8

Please sign in to comment.