Skip to content

Commit ee43211

Browse files
committed
Remove debugging code
1 parent 7e4117e commit ee43211

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/click/termui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ def echo_via_pager(text_or_generator, color=None):
297297

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

303302

0 commit comments

Comments
 (0)