Skip to content

Commit

Permalink
Update _utils.py
Browse files Browse the repository at this point in the history
remove print statement from testing
  • Loading branch information
dennisbrookner authored Dec 4, 2023
1 parent 1bfb847 commit 796cc89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/matchmaps/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ def rigid_body_refinement_wrapper(
}
}
"""
print('including FoFc map')
else:
with open(input_dir + eff) as file:
eff_contents = file.read()
Expand Down Expand Up @@ -1012,4 +1011,4 @@ def _write_script(utility, arguments, script_name):
with open(script_name + '.sh', "w") as file:
file.write(contents)

return
return

0 comments on commit 796cc89

Please sign in to comment.