Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Jun 2, 2020
1 parent 7e4117e commit ee43211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/click/termui.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ def echo_via_pager(text_or_generator, color=None):

with get_pager_file(color=color) as pager:
for text in itertools.chain(text_generator, "\n"):
# pager.write(text.encode('utf-8'))
pager.write(text)


Expand Down

0 comments on commit ee43211

Please sign in to comment.