Skip to content

Commit

Permalink
Removes a leftover print line
Browse files Browse the repository at this point in the history
  • Loading branch information
StuntsPT committed Feb 16, 2018
1 parent 98e14c4 commit 079668a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions structure_threader/wrappers/structure_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ def str_cli_generator(arg, k_val, rep_num, seed):
if arg.params is not None:
cli += arg.params

print(cli)

return cli, output_file


Expand Down

0 comments on commit 079668a

Please sign in to comment.