Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
benflexcompute committed Jan 10, 2025
1 parent ac60085 commit c8c9430
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flow360/component/simulation/unit_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def _unit_object_parser(value, unyt_types: List[type]):
)
for unyt_type in unyt_types:
try:
print("value = ", value)
return unyt_type(value["value"], value["units"], dtype=np.float64)
except u.exceptions.UnitParseError:
pass
Expand Down

0 comments on commit c8c9430

Please # to comment.