Skip to content

Commit

Permalink
Removed additional end line print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
repositony committed Apr 19, 2024
1 parent b424398 commit 0e39d5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/neutronics_material_maker/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ def add_additional_end_lines(code: str, mat) -> list:
and if so returns the additional lines request as a list to be added to the
end of the existing material card list.
"""
print(mat.additional_end_lines)
if mat.additional_end_lines is not None:
if code in list(mat.additional_end_lines.keys()):
return mat.additional_end_lines[code]
Expand Down

0 comments on commit 0e39d5b

Please sign in to comment.