remove logging
This commit is contained in:
parent
d2a387e82f
commit
3ede2d00bd
|
@ -180,7 +180,6 @@ public class JingleSocks5Transport extends JingleTransport {
|
||||||
isEstablished = true;
|
isEstablished = true;
|
||||||
callback.established();
|
callback.established();
|
||||||
} catch (final IOException e) {
|
} catch (final IOException e) {
|
||||||
Log.d(Config.LOGTAG, "unable to establish connection to candidate", e);
|
|
||||||
callback.failed();
|
callback.failed();
|
||||||
}
|
}
|
||||||
}).start();
|
}).start();
|
||||||
|
|
Loading…
Reference in New Issue