remove some debugging stuff
This commit is contained in:
parent
833983eab8
commit
6c25400646
1 changed files with 0 additions and 2 deletions
|
@ -149,7 +149,6 @@ class JingleTransportSocks5(JingleTransport):
|
||||||
|
|
||||||
|
|
||||||
def _add_local_ips_as_candidates(self):
|
def _add_local_ips_as_candidates(self):
|
||||||
return
|
|
||||||
if not self.connection:
|
if not self.connection:
|
||||||
return
|
return
|
||||||
local_ip_cand = []
|
local_ip_cand = []
|
||||||
|
@ -179,7 +178,6 @@ class JingleTransportSocks5(JingleTransport):
|
||||||
self.candidates += local_ip_cand
|
self.candidates += local_ip_cand
|
||||||
|
|
||||||
def _add_additional_candidates(self):
|
def _add_additional_candidates(self):
|
||||||
return
|
|
||||||
if not self.connection:
|
if not self.connection:
|
||||||
return
|
return
|
||||||
type_preference = 126
|
type_preference = 126
|
||||||
|
|
Loading…
Add table
Reference in a new issue