From a4661fdca84807af15e19f125f4db30bcbeaca98 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 8 Jun 2022 17:39:40 +0100 Subject: [PATCH] [skip ci] removed print statement --- openmc/material.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openmc/material.py b/openmc/material.py index b62ba4142c..a9f5afac86 100644 --- a/openmc/material.py +++ b/openmc/material.py @@ -716,7 +716,6 @@ class Material(IDManagerMixin): if key in openmc.data.HALF_LIFE.keys(): atoms = value[1] * self.volume * 1e24 activity = math.log(2) * atoms / openmc.data.HALF_LIFE[key] - print('activity', activity) total_activity += activity return total_activity