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)