Drop logging.

This commit is contained in:
Jelmer Vernooij 2021-03-16 20:29:39 +00:00
parent 891e097d3c
commit 8bd4de0b4e
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8

View file

@ -207,7 +207,6 @@ class AptCachedContentsFileSearcher(FileSearcher):
def _load_urls(self, urls, cache_dirs, load_url):
for url in urls:
logging.debug("Fetching contents file %s", url)
try:
f = load_url(url)
self.load_file(f, url)