Skip to content

Commit

Permalink
Reduce logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwlzn committed Mar 7, 2017
1 parent be1159e commit 6c0d826
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pex/pex.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def _extras_paths(cls):
for pth_path in cls._scan_pth_files(sitedirs):
TRACER.log('Found .pth file: %s' % pth_path, V=3)
for extras_path in iter_pth_paths(pth_path):
TRACER.log(' Extracted extras path: %s' % extras_path, V=4)
yield extras_path

@staticmethod
Expand Down

0 comments on commit 6c0d826

Please sign in to comment.