Skip to content

Commit

Permalink
remove print in input
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Nov 26, 2021
1 parent af14af4 commit 59f5b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calphy/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 59f5b42

Please sign in to comment.