mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
web_server: Remove log message about serving static directory
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
78961d6b99
commit
9b7d38fa67
@ -38,7 +38,6 @@ def _mount_static_directory(static_dir, static_url):
|
||||
}
|
||||
app = cherrypy.tree.mount(None, static_url, config)
|
||||
log.setup_cherrypy_static_directory(app)
|
||||
logger.debug('Serving static directory %s on %s', static_dir, static_url)
|
||||
|
||||
|
||||
def init():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user