Skip to content

Commit

Permalink
Removed bogus print statement leftover from recent troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejeda, Engelbert committed Oct 4, 2019
1 parent 0478675 commit 88be8a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible_taskrunner/libs/click_extras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def format_help(self, ctx, formatter):
formatter.write_dl(opts)
if self.epilog:
formatter.write_paragraph()
print(self.epilog.split('\n'))
for line in self.epilog.split('\n'):
if line:
if line.startswith('-'):
Expand Down

0 comments on commit 88be8a9

Please sign in to comment.