autopkgtest: don't log a very much occuring ignored situation

This commit is contained in:
Paul Gevers 2018-03-19 20:24:22 +01:00
parent 67becb2aec
commit 12e2cb7596
No known key found for this signature in database
GPG Key ID: 9C5C99EB05BD750A

View File

@ -402,7 +402,6 @@ class AutopkgtestPolicy(BasePolicy):
if rdep_src == src:
continue
except KeyError:
self.log('%s on %s has no source (NBS, new or removed?)' % (rdep.package_name, arch))
continue
rdep_src_info = sources_info[rdep_src]