Skip to content

Commit

Permalink
Remove leftover debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 18, 2023
1 parent 5a6f504 commit c2d9207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chemistry_tools/formulae/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def hill_order(symbols: Sequence[str]) -> Iterator[str]:
symbols_list: List[str] = list(set(symbols))

carbon_isotopes = list(filter(_hill_carbon_re.findall, symbols_list))
print(carbon_isotopes)
# print(carbon_isotopes)

if carbon_isotopes:
for isotope in sorted(carbon_isotopes):
Expand Down

0 comments on commit c2d9207

Please sign in to comment.