Commit 95e1741f authored by Leonardo Aramaki's avatar Leonardo Aramaki

Remove log

parent 9707162b
......@@ -81,7 +81,6 @@ import io.reactivex.subjects.BehaviorSubject;
connectToServerIfNeeded(hostname, true/* force connect */)
.subscribeOn(Schedulers.io())
.subscribe(connected -> {
System.out.println(connected);
if (!connected) {
notifyConnectionLost(hostname, DDPClient.REASON_NETWORK_ERROR);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment