From 28201da22e52ab79e269cf5cd61334831a9c624f Mon Sep 17 00:00:00 2001 From: SimplifiedPrivacy Date: Tue, 23 Jun 2026 19:33:10 -0400 Subject: [PATCH] Cleanup dev artifacts --- core/controllers/ConnectionController.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/controllers/ConnectionController.py b/core/controllers/ConnectionController.py index 29f7386..1f4ace0 100644 --- a/core/controllers/ConnectionController.py +++ b/core/controllers/ConnectionController.py @@ -144,14 +144,8 @@ class ConnectionController: if profile.connection.code == 'tor': - print("starting tor connection...") - port_number = ConnectionService.get_random_available_port_number() - - print(f"port_number is {port_number}") - ConnectionController.establish_tor_session_connection(port_number, connection_observer=connection_observer) - print(f"finished with establish_tor_session_connection") session_state.network_port_numbers.tor.append(port_number)