From 712eae7ea8478d95e468fb7dea46d8b0b2ee2504 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 13 Oct 2021 17:27:43 +0100 Subject: [PATCH] remvoed two print statements --- openmc_dagmc_wrapper/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openmc_dagmc_wrapper/utils.py b/openmc_dagmc_wrapper/utils.py index 840424e..4d52ada 100644 --- a/openmc_dagmc_wrapper/utils.py +++ b/openmc_dagmc_wrapper/utils.py @@ -175,7 +175,6 @@ def process_results( # access the tallies for tally in statepoint.tallies.values(): - print(f"processing {tally.name}") if tally.name.endswith("TBR"): data_frame = tally.get_pandas_dataframe() @@ -322,7 +321,6 @@ def process_results( ",", "-"), ) elif "_on_3D_mesh" in tally.name: - print(f"processing {tally.name}") mesh_id = 1 mesh = statepoint.meshes[mesh_id]