Skip to content

Commit 92f40c6

Browse files
authored
Merge pull request #79 from fusion-energy/removing_print_statements
remvoed two print statements
2 parents 67e8c12 + 712eae7 commit 92f40c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openmc_dagmc_wrapper/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ def process_results(
175175

176176
# access the tallies
177177
for tally in statepoint.tallies.values():
178-
print(f"processing {tally.name}")
179178
if tally.name.endswith("TBR"):
180179

181180
data_frame = tally.get_pandas_dataframe()
@@ -322,7 +321,6 @@ def process_results(
322321
",", "-"), )
323322

324323
elif "_on_3D_mesh" in tally.name:
325-
print(f"processing {tally.name}")
326324
mesh_id = 1
327325
mesh = statepoint.meshes[mesh_id]
328326

0 commit comments

Comments
 (0)