From f732ca185d1136528b22351c1b941bcc082591da Mon Sep 17 00:00:00 2001 From: Ben Xu Date: Thu, 2 May 2024 16:53:34 -0400 Subject: [PATCH] remove logging --- software/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/start.py b/software/start.py index d15e78a..d02fcd1 100644 --- a/software/start.py +++ b/software/start.py @@ -141,7 +141,7 @@ def _run( signal.signal(signal.SIGINT, handle_exit) if server: - print(f"Starting server with mobile = {mobile}") + # print(f"Starting server with mobile = {mobile}") loop = asyncio.new_event_loop() asyncio.set_event_loop(loop) server_thread = threading.Thread(