diff --git a/templates/horizon_local_settings.py.j2 b/templates/horizon_local_settings.py.j2 index 14951e49..a6120f29 100644 --- a/templates/horizon_local_settings.py.j2 +++ b/templates/horizon_local_settings.py.j2 @@ -594,11 +594,6 @@ LOGGING = { 'level': 'DEBUG', 'propagate': False, }, - 'nose.plugins.manager': { - 'handlers': ['console'], - 'level': 'DEBUG', - 'propagate': False, - }, 'django': { 'handlers': ['console'], 'level': 'DEBUG',