From 16dadfbb1619606e4fd6ca3d6f194a655886d1cc Mon Sep 17 00:00:00 2001 From: Michele Ceriotti Date: Thu, 21 Nov 2024 01:07:13 +0100 Subject: [PATCH] Remove debug print --- ipi/utils/parsing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ipi/utils/parsing.py b/ipi/utils/parsing.py index 1313323e8..225713604 100644 --- a/ipi/utils/parsing.py +++ b/ipi/utils/parsing.py @@ -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]