Skip to content

Commit 80a4b82

Browse files
committed
fix: remove wrongly-committed print
1 parent ae9242a commit 80a4b82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libdestruct/common/struct/struct_impl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def compute_own_size(cls: type[struct_impl], reference_type: type) -> None:
114114
size = 0
115115

116116
for name, annotation, reference in iterate_annotation_chain(reference_type, terminate_at=struct):
117-
print(name, annotation, reference)
118117
if name in reference.__dict__:
119118
# Field associated with the annotation
120119
attrs = getattr(reference, name)

0 commit comments

Comments
 (0)