Skip to content

Commit ac6b2fa

Browse files
committed
SectionNumber: remove debug print
1 parent b83286b commit ac6b2fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rinoh/structure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def __eq__(self, other):
101101
else:
102102
indices = (other, )
103103
indices = [(self.num_items + 1 + idx) if idx < 0 else idx for idx in indices]
104-
print("NUM ITEMS", self.section.level, self.num_items, int(self), indices)
105104
return int(self) in indices
106105

107106
@property

0 commit comments

Comments
 (0)