Drop logging.
This commit is contained in:
parent
891e097d3c
commit
8bd4de0b4e
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ class AptCachedContentsFileSearcher(FileSearcher):
|
||||||
|
|
||||||
def _load_urls(self, urls, cache_dirs, load_url):
|
def _load_urls(self, urls, cache_dirs, load_url):
|
||||||
for url in urls:
|
for url in urls:
|
||||||
logging.debug("Fetching contents file %s", url)
|
|
||||||
try:
|
try:
|
||||||
f = load_url(url)
|
f = load_url(url)
|
||||||
self.load_file(f, url)
|
self.load_file(f, url)
|
||||||
|
|
Loading…
Add table
Reference in a new issue