From 59f5b426eaa87f390df7ba26b4333716a9755e4c Mon Sep 17 00:00:00 2001 From: srmnitc Date: Fri, 26 Nov 2021 16:48:35 +0100 Subject: [PATCH] remove print in input --- calphy/input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calphy/input.py b/calphy/input.py index a16ec68..ffd6cf2 100644 --- a/calphy/input.py +++ b/calphy/input.py @@ -59,7 +59,7 @@ def fix_paths(potlist): filename = os.path.abspath(filename) pcnew = " ".join([*pcraw[:2], filename, *pcraw[3:]]) fixedpots.append(pcnew) - print(pcnew) + #print(pcnew) return fixedpots def prepare_optional_keys(calc, cdict):