Skip to content

Commit

Permalink
Remove print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjarrett committed Feb 26, 2024
1 parent d480706 commit a1a49d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion armi/utils/plotting.py
Expand Up @@ -1170,7 +1170,6 @@ def _makeBlockPinPatches(block, cold):

if isinstance(block.spatialGrid, grids.HexGrid):
hexRotation = 0 if block.spatialGrid.cornersUp else 30
print(f"Corners up: {block.spatialGrid.cornersUp}; hexRotation = {hexRotation}")
else:
hexRotation = 0

Expand Down

0 comments on commit a1a49d5

Please sign in to comment.