Skip to content

Commit

Permalink
Merge pull request #19 from molssi-seamm/bugfix
Browse files Browse the repository at this point in the history
Removed leftover debug print statement.
  • Loading branch information
paulsaxe authored Aug 1, 2020
2 parents 7eb0092 + aab64c1 commit 042e90e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion read_structure_step/read_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def run(self):
# Temporary code just to print the parameters. You will need to change
# this!
for key in P:
print('{:>15s} = {}'.format(key, P[key]))
printer.normal(
__(
'{key:>15s} = {value}',
Expand Down

0 comments on commit 042e90e

Please sign in to comment.