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:
Sunil Mohan Adapa 2019-09-06 17:13:35 -07:00 committed by James Valleroy
parent 78961d6b99
commit 9b7d38fa67
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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():