From 90e61330ccf5f7d7fc6a7f7a8bd7aeab174481ab Mon Sep 17 00:00:00 2001 From: Benjamin Braatz Date: Thu, 29 Jul 2021 15:08:38 +0200 Subject: [PATCH] Remove debug output. --- controlpi_plugins/wsserver.py | 1 - 1 file changed, 1 deletion(-) 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: -- 2.34.1