diff --git a/src/main.c b/src/main.c index 911caf9389b483f9ab80eb93d37c6ec7a887153a..103a7d80d9d58112c02c2df1d597500085756225 100644 --- a/src/main.c +++ b/src/main.c @@ -79,8 +79,6 @@ static void webrtc_on_ice_candidate_cb (GstElement *webrtcbin, guint mlineindex, gchar *candidate) { - g_debug ("Local candidate: %s", candidate); - mss_http_server_send_candidate (http_server, g_object_get_data (G_OBJECT (webrtcbin), "client_id"), mlineindex, candidate);