diff --git a/roles/anitya/frontend/templates/anitya.wsgi b/roles/anitya/frontend/templates/anitya.wsgi index 0f7361d2f5..5071055152 100644 --- a/roles/anitya/frontend/templates/anitya.wsgi +++ b/roles/anitya/frontend/templates/anitya.wsgi @@ -19,5 +19,3 @@ os.environ['ANITYA_WEB_CONFIG'] = '/etc/anitya/anitya.cfg' ## The most import line to make the wsgi working from anitya.app import APP as application -application.debug = True -