From 6649dd8414d9391e945cd2c5b08ee79172b1ee94 Mon Sep 17 00:00:00 2001 From: Kamoltat Sirivadhna Date: Tue, 12 Sep 2023 11:16:44 -0400 Subject: [PATCH] sd Signed-off-by: Kamoltat Sirivadhna --- teuthology/scrape.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teuthology/scrape.py b/teuthology/scrape.py index c4c2e3550..42caf3a4a 100644 --- a/teuthology/scrape.py +++ b/teuthology/scrape.py @@ -416,7 +416,6 @@ def _get_service_types(self, job): for line in valgrind_err_line: match = re.search("(.+) in .+/(.+)", line) if not match: - log.warning("Testing to see if this change has effect") log.warning("Misunderstood line: {0}".format(line)) continue err_typ, log_basename = match.groups()