diff options
Diffstat (limited to 'mailman/testing/layers.py')
| -rw-r--r-- | mailman/testing/layers.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mailman/testing/layers.py b/mailman/testing/layers.py index 0bac91c5c..f3a4266fd 100644 --- a/mailman/testing/layers.py +++ b/mailman/testing/layers.py @@ -87,8 +87,7 @@ class ConfigLayer: level: debug """) # Enable log message propagation and reset the log paths so that the - # doctests can check the output. XXX Switch to using the log support - # in zope.testing. + # doctests can check the output. for logger_config in config.logger_configs: sub_name = logger_config.name.split('.')[-1] if sub_name == 'root': |
