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

This commit is contained in:
Jenkins 2016-05-30 06:50:12 +00:00 committed by Gerrit Code Review
commit 685620f461

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')