Merge pull request #2749 from coolo/fix_missings
pkglistgen: Remove very noisy debug output
This commit is contained in:
commit
e77cce849e
@ -225,7 +225,6 @@ class PkgListGen(ToolBase.ToolBase):
|
||||
# check back the repo state to avoid suprises
|
||||
state = repository_arch_state(self.apiurl, project, reponame, arch)
|
||||
if state is None:
|
||||
self.logger.debug(f'Skipping {project}/{reponame}/{arch}')
|
||||
continue
|
||||
s = f'repo-{project}-{reponame}-{arch}-{state}.solv'
|
||||
if not repo.add_solv(s):
|
||||
|
Loading…
x
Reference in New Issue
Block a user