Skip to content

Commit 263459b

Browse files
committed
Remove debug print statement from _check_units_exist function in validation.py
1 parent 5069b82 commit 263459b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyenzyme/sbml/validation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def _check_units_exist(doc: EnzymeMLDocument) -> bool:
118118
mandatory_unit_objects = [
119119
*tools.extract(obj=doc, target=MeasurementData),
120120
]
121-
print(f"Found {len(mandatory_unit_objects)} mandatory unit objects.")
122121

123122
optional_unit_objects = [
124123
*tools.extract(obj=doc, target=Parameter),

0 commit comments

Comments
 (0)