Skip to content
Snippets Groups Projects
Commit 6c254006 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove some debugging stuff

parent 833983ea
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,6 @@ class JingleTransportSocks5(JingleTransport):
def _add_local_ips_as_candidates(self):
return
if not self.connection:
return
local_ip_cand = []
......@@ -179,7 +178,6 @@ class JingleTransportSocks5(JingleTransport):
self.candidates += local_ip_cand
def _add_additional_candidates(self):
return
if not self.connection:
return
type_preference = 126
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment