Skip to content

Commit

Permalink
revert adding log statement in WebRtcClient
Browse files Browse the repository at this point in the history
  • Loading branch information
pchab committed Apr 29, 2014
1 parent 06236e7 commit 1a7ad19
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/fr/pchab/AndroidRTC/WebRtcClient.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package fr.pchab.AndroidRTC;

import android.os.Handler;
import android.util.Log;
import com.koushikdutta.async.http.socketio.Acknowledge;
import com.koushikdutta.async.http.socketio.ConnectCallback;
import com.koushikdutta.async.http.socketio.EventCallback;
Expand All @@ -15,7 +14,6 @@
import java.util.LinkedList;

class WebRtcClient {
private final static String TAG = WebRtcClient.class.getCanonicalName();
private final static int MAX_PEER = 2;
private boolean[] endPoints = new boolean[MAX_PEER];
private PeerConnectionFactory factory;
Expand Down Expand Up @@ -225,9 +223,6 @@ public Peer(String id, int endPoint) {

public WebRtcClient(RTCListener listener, String host) {


Log.d(TAG, "WebRtcClient creation.");

mListener = listener;
factory = new PeerConnectionFactory();

Expand Down

0 comments on commit 1a7ad19

Please sign in to comment.