Skip to content

Commit

Permalink
lib.item remove debug print line
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Nov 17, 2024
1 parent 2a875fc commit 2ca501b
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 @@ -2681,7 +2681,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 2ca501b

Please sign in to comment.