Skip to content

Commit 7cb7e90

Browse files
committed
Remove extra print statement
1 parent 6c74d79 commit 7cb7e90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

taurus/util/tests/test_substitute_objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def func(base_ent):
5050
measurement = MeasurementSpec(name="name", parameters=parameter, template=meas_template)
5151
test_dict = {"foo": measurement}
5252
recursive_foreach(test_dict, func, apply_first=True)
53-
print(test_dict)
5453

5554
for ent in [param_template, meas_template, measurement]:
5655
assert new_tag in ent.tags

0 commit comments

Comments
 (0)