Cleanup dev artifacts
This commit is contained in:
parent
2dd2324b1f
commit
28201da22e
1 changed files with 0 additions and 6 deletions
|
|
@ -144,14 +144,8 @@ class ConnectionController:
|
||||||
|
|
||||||
if profile.connection.code == 'tor':
|
if profile.connection.code == 'tor':
|
||||||
|
|
||||||
print("starting tor connection...")
|
|
||||||
|
|
||||||
port_number = ConnectionService.get_random_available_port_number()
|
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)
|
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)
|
session_state.network_port_numbers.tor.append(port_number)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue