diff --git a/plinth/web_server.py b/plinth/web_server.py index 74ac3d211..1e8410501 100644 --- a/plinth/web_server.py +++ b/plinth/web_server.py @@ -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():