mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove print statement
This commit is contained in:
parent
a26159f510
commit
ccf67002cd
@ -190,7 +190,7 @@ class Webserver:
|
||||
login_url="/login",
|
||||
serve_traceback=debug_errors,
|
||||
)
|
||||
print(http_port)
|
||||
|
||||
if http_port != 0:
|
||||
self.http_server = tornado.httpserver.HTTPServer(http_app)
|
||||
self.http_server.listen(http_port)
|
||||
|
Loading…
Reference in New Issue
Block a user