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):