Skip to content

Commit

Permalink
Merge pull request #42 from repositony/main
Browse files Browse the repository at this point in the history
Removed `utils.add_additional_end_lines()` print statement
  • Loading branch information
shimwell authored Apr 19, 2024
2 parents b424398 + 0e39d5b commit ce614a8
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 ce614a8

Please sign in to comment.