remove logging

This commit is contained in:
Ben Xu 2024-05-02 16:53:34 -04:00
parent a7b160eec1
commit f732ca185d
1 changed files with 1 additions and 1 deletions

View File

@ -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(