Skip to content

Commit 6efaeca

Browse files
committed
WIP: Remove extra TRACE if statement
1 parent 47950b0 commit 6efaeca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/python_inspector/utils_pypi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,8 +635,6 @@ def get_best_download_url(self, repos=tuple()):
635635
continue
636636
pypi_url = package.get_url_for_filename(self.filename)
637637
if pypi_url:
638-
if TRACE:
639-
print(f"get_best_download_url: {self.filename} not found in {repo.index_url}")
640638
return pypi_url
641639
else:
642640
if TRACE:

0 commit comments

Comments
 (0)