From 12e2cb759653a6fd2354c7cd7412b2806df84534 Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Mon, 19 Mar 2018 20:24:22 +0100 Subject: [PATCH] autopkgtest: don't log a very much occuring ignored situation --- britney2/policies/autopkgtest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index 5c85ca1..8f29127 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -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]