Skip to content

Commit

Permalink
Remove print.
Browse files Browse the repository at this point in the history
  • Loading branch information
muammar committed Jan 17, 2020
1 parent d160f3d commit e192143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qcengine/programs/orca.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def build_input(
str_template = string.Template(template)
input_file = str_template.substitute()

print(input_file)
return {
"commands": [which("orca"), "dispatch.mol"],
"infiles": {"dispatch.mol": input_file},
Expand Down

0 comments on commit e192143

Please sign in to comment.