Skip to content

Commit

Permalink
Remove accidentally added print
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Aug 4, 2018
1 parent ad98693 commit d16efc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qha/cli/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def run(self, namespace):
user_settings = {}
file_settings = namespace.settings
settings = from_yaml(file_settings)
print(settings)

for key in ('input', 'calculation',
'thermodynamic_properties', 'static_only', 'energy_unit',
Expand Down

0 comments on commit d16efc1

Please sign in to comment.