Skip to content

Commit 00a24e5

Browse files
committed
del accidental left-over debug code
thanks @DanielYang59 caddde5#r145015623
1 parent 511c90f commit 00a24e5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/util/test_provenance.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,6 @@ def test_as_from_dict(self):
215215
[self.valid_node, self.valid_node2],
216216
)
217217
round_trip_from_dict = StructureNL.from_dict(struct_nl.as_dict())
218-
needed_attrs = ("structure", "authors", "projects", "references", "remarks", "data", "history", "created_at")
219-
for attr in needed_attrs:
220-
print(f"{attr}={getattr(struct_nl, attr)}")
221-
print(f"{getattr(round_trip_from_dict, attr)=}")
222-
print(f"{round_trip_from_dict=}")
223-
print(f"{struct_nl=}")
224218
assert struct_nl == round_trip_from_dict
225219
# complicated objects in the 'data' and 'nodes' field
226220
complicated_node = {

0 commit comments

Comments
 (0)