Skip to content

Commit

Permalink
lib/item/item.py: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Morg42 authored Nov 7, 2024
1 parent 9a49ec6 commit ee70bd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/item/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -2629,7 +2629,6 @@ def return_parent(self, level: int = 1, strict: bool = False):

item = self
while level >= 1:
print(f'level is {level}, item is {item}')
if item._is_top_of_item_tree():
if strict:
return
Expand Down

0 comments on commit ee70bd1

Please sign in to comment.