Remove debug logging of the URL map which is extremely long now, and not of a great deal of use.

This commit is contained in:
Dave Page 2017-07-20 16:15:53 +01:00
parent ae3acbdbbc
commit 83ac1f3555

View File

@ -511,6 +511,5 @@ def create_app(app_name=None):
##########################################################################
# All done!
##########################################################################
app.logger.debug('URL map: %s' % app.url_map)
return app