Merge pull request #2749 from coolo/fix_missings

pkglistgen: Remove very noisy debug output
This commit is contained in:
Stephan Kulow 2022-03-14 09:42:03 +01:00 committed by GitHub
commit e77cce849e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):