Skip to content

Commit

Permalink
Removing stray print statements (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
keckler committed Jul 6, 2022
1 parent 5a20a05 commit 79a1df4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions armi/reactor/converters/geometryConverters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 79a1df4

Please sign in to comment.