Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Nov 21, 2024
1 parent ab08e91 commit 16dadfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipi/utils/parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ def read_trajectory(

# parse comment to get the property
matches = comment_regex.findall(ret["comment"])
print("MATCHES ", matches)
# get what we have found
if len(matches) == 2:
what = matches[0][0]
Expand Down

0 comments on commit 16dadfb

Please sign in to comment.