From: Michael Tremer Date: Sat, 29 Apr 2023 11:16:45 +0000 (+0000) Subject: events: Silence warning when an attribute cannot be mapped X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce61ddf4aea9969aa3ef873d43b8a2c1a70913dc;p=pbs.git events: Silence warning when an attribute cannot be mapped Signed-off-by: Michael Tremer --- diff --git a/src/buildservice/events.py b/src/buildservice/events.py index aee75796..0602c216 100644 --- a/src/buildservice/events.py +++ b/src/buildservice/events.py @@ -246,7 +246,6 @@ class Events(base.Object): try: expand = self.map[attribute] except KeyError as e: - log.debug("Could not map attribute '%s'" % attribute) continue # Fetch attribute value