From 009f22e9b6953f1211d753b159bfdcd88dfd6347 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 30 Sep 2022 19:22:17 +0100 Subject: [PATCH] Remove outdated comment in TestLogger Configuration.init_logging() removed in: eaa8a963 ("Refactor logging configuration.", 2014-05-10) --- tests/checker/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/checker/__init__.py b/tests/checker/__init__.py index 8a23f62d..37b2f9c1 100644 --- a/tests/checker/__init__.py +++ b/tests/checker/__init__.py @@ -181,8 +181,6 @@ def get_test_aggregate(confargs, logargs, logger=TestLogger): config["recursionlevel"] = 1 config["logger"] = config.logger_new(logger.LoggerName, **logargs) add_fileoutput_config(config) - # uncomment for debugging - # config.init_logging(None, debug=["all"]) config["verbose"] = True config["threads"] = 0 config["status"] = False