diff --git a/armi/reactor/converters/geometryConverters.py b/armi/reactor/converters/geometryConverters.py index 3105b6bc6..0605a4f89 100644 --- a/armi/reactor/converters/geometryConverters.py +++ b/armi/reactor/converters/geometryConverters.py @@ -1191,8 +1191,6 @@ def _scaleBlockVolIntegratedParams(self, b, direction): op = operator.truediv for param in self.listOfVolIntegratedParamsToScale: - print(param) - print(b.p[param]) if b.p[param] is None: continue if type(b.p[param]) == list: