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

REL-1_X
Dave Page 2017-07-20 16:15:53 +01:00
parent ae3acbdbbc
commit 83ac1f3555
1 changed files with 0 additions and 1 deletions

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