From: Patrick Donnelly Date: Fri, 15 Oct 2021 02:29:46 +0000 (-0400) Subject: qa: remove extra debug message X-Git-Tag: 1.2.0~229^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1685%2Fhead;p=teuthology.git qa: remove extra debug message Signed-off-by: Patrick Donnelly --- diff --git a/teuthology/task/kernel.py b/teuthology/task/kernel.py index 4330b52d4..5275aea54 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')