diff --git a/pipenv/patched/piptools/repositories/pypi.py b/pipenv/patched/piptools/repositories/pypi.py index 3ae909ec..cdfb8c12 100755 --- a/pipenv/patched/piptools/repositories/pypi.py +++ b/pipenv/patched/piptools/repositories/pypi.py @@ -148,7 +148,6 @@ class PyPIRepository(BaseRepository): i = InstallRequirement.from_line(requires) if 'extra' not in repr(i.markers): - print('yay') yield i try: