Remove app.debug as we do not use it any more.

Change-Id: I61497ae95dd304e60240f8ac731e63950351782f
Closes-Bug: #1583663
This commit is contained in:
Liping Mao
2016-05-19 23:38:46 +08:00
parent 0ef39368fe
commit 51de7814ed

View File

@@ -23,7 +23,6 @@ config.init(sys.argv[1:])
controllers.neutron_client()
controllers.check_for_neutron_ext_support()
controllers.check_for_neutron_ext_tag()
app.debug = config.CONF.debug
log.setup(config.CONF, 'Kuryr')