From: Benjamin Braatz Date: Thu, 29 Jul 2021 13:08:38 +0000 (+0200) Subject: Remove debug output. X-Git-Tag: v0.3.0~18 X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=90e61330ccf5f7d7fc6a7f7a8bd7aeab174481ab;p=graphit%2Fcontrolpi-wsserver.git Remove debug output. --- diff --git a/controlpi_plugins/wsserver.py b/controlpi_plugins/wsserver.py index c898542..7d38a08 100644 --- a/controlpi_plugins/wsserver.py +++ b/controlpi_plugins/wsserver.py @@ -155,7 +155,6 @@ class WSServer(BasePlugin): else: if os.path.isdir(location): location = os.path.join(location, 'index.html') - print(f"{path} at location {location}") if os.path.isfile(location): status = http.HTTPStatus.OK # Determine MIME type: