Skip to content

Commit

Permalink
pyth
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar Otasevic committed Sep 7, 2024
1 parent de8da28 commit f113b91
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions parser2.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ def parse_swift_generic_conditions(declaration):
parsed_struct = parse_non_generic_struct(line)
if parsed_struct is None:
parsed_struct = parse_generic_struct(line)
if parsed_struct is None:
print(line)
# exit(0)
parsed_conditions = parse_swift_generic_conditions(line)
parsed_results.append({
'result': result,
Expand Down

0 comments on commit f113b91

Please sign in to comment.