Remove outdated docstring

This commit is contained in:
Thomas Hisch 2017-09-14 00:17:51 +02:00
parent a1bd54e4ea
commit fc965c1dc5
1 changed files with 0 additions and 3 deletions

View File

@ -314,9 +314,6 @@ def get_actual_log_level(config, setting_name):
def pytest_configure(config):
"""Always register the logging plugin with py.test or tests can't
find the fixture function.
"""
log_cli_level = get_actual_log_level(config, 'log_cli_level')
if log_cli_level is None:
# No specific CLI logging level was provided, let's check