Skip to content

Commit

Permalink
Removing errant print
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Dec 23, 2024
1 parent 4da07c6 commit 1f28a9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit_tests/dagmc/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ def test_dagmc_xml(model, run_in_tmpdir):
dag_univ = univ
break

print(dag_univ.cells)

for k, v in mats.items():
if isinstance(k, int):
dag_univ.add_material_override(k, v)
Expand Down

0 comments on commit 1f28a9e

Please sign in to comment.