From 27aecd931b83ecd398c7728f84879ebc61b6a18e Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 14 Oct 2021 22:29:46 -0400 Subject: [PATCH] qa: remove extra debug message Signed-off-by: Patrick Donnelly --- teuthology/task/kernel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teuthology/task/kernel.py b/teuthology/task/kernel.py index 4330b52d42..5275aea54d 100644 --- a/teuthology/task/kernel.py +++ b/teuthology/task/kernel.py @@ -120,7 +120,6 @@ def normalize_and_apply_overrides(ctx, config, overrides): if 'timeout' in config: timeout = config.pop('timeout') config = normalize_config(ctx, config) - log.debug('normalized config %s' % config) if 'timeout' in overrides: timeout = overrides.pop('timeout') -- 2.39.5