From 04005397cf11d296275b8a7ea3792e1a23487d44 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 18 Dec 2014 12:12:25 +0100 Subject: [PATCH] Turn off debug on anitya --- roles/anitya/frontend/templates/anitya.wsgi | 2 -- 1 file changed, 2 deletions(-) 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 -