git.graph-it.com
/
graphit
/
controlpi-wsserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6316b85
)
Remove debug output.
author
Benjamin Braatz
<bb@bbraatz.eu>
Thu, 29 Jul 2021 13:08:38 +0000
(15:08 +0200)
committer
Benjamin Braatz
<bb@bbraatz.eu>
Thu, 29 Jul 2021 13:08:38 +0000
(15:08 +0200)
controlpi_plugins/wsserver.py
patch
|
blob
|
history
diff --git
a/controlpi_plugins/wsserver.py
b/controlpi_plugins/wsserver.py
index c898542e8eeac65ecb981a9c05a7952893c67ecc..7d38a084e96df1dd2e895b85c65c32585d547f8f 100644
(file)
--- 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: