Remove debug logging of the URL map which is extremely long now, and not of a great deal of use.
parent
ae3acbdbbc
commit
83ac1f3555
|
|
@ -511,6 +511,5 @@ def create_app(app_name=None):
|
|||
##########################################################################
|
||||
# All done!
|
||||
##########################################################################
|
||||
app.logger.debug('URL map: %s' % app.url_map)
|
||||
|
||||
return app
|
||||
|
|
|
|||
Loading…
Reference in New Issue