Skip to content

Commit

Permalink
py_wrap: remove some debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Oct 18, 2024
1 parent e9e67f3 commit d5aadea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions misc/py_wrap_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2046,13 +2046,11 @@ def parse_header(source):
if len(classes):
c = (classes[-1][0], classes[-1][1] + nesting_delta(ugly_line))
classes[-1] = c
debug(f"switch to uhh depth {c[1]}", 2)
if c[1] == 0:
if c[0] == None:
debug("\tExiting unknown class", 3)
else:
debug("\tExiting class " + c[0].name, 3)
debug(f"nevermind!", 2)
classes.pop()
private_segment = False
i += 1
Expand Down

0 comments on commit d5aadea

Please sign in to comment.