Skip to content

Commit

Permalink
Remove unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bugen committed Dec 12, 2023
1 parent ff6ddd6 commit 01902e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pypipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ def paging_enabled(args):
if not sys.stdout.isatty():
return False
if args.paging is not None:

print(args.paging)
return args.paging
return environ.get('PYPIPE_PAGER_ENABLED', 'true').lower() == 'true'

Expand Down

0 comments on commit 01902e7

Please sign in to comment.