From 23578c47f8be54fa0aae3eca7a72cd3526e845ae Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 22 Feb 2013 18:54:18 -0500 Subject: Remove debugging print --- examples/sdp-example.c | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/sdp-example.c b/examples/sdp-example.c index 7092156..983f933 100644 --- a/examples/sdp-example.c +++ b/examples/sdp-example.c @@ -181,7 +181,6 @@ example_thread(void *data) gsize sdp_len; sdp = (gchar *) g_base64_decode (line, &sdp_len); - printf ("SDP is (%lu) : '%s'\n", sdp_len, sdp); // Parse remote candidate list and set it on the agent if (sdp && nice_agent_parse_remote_sdp (agent, sdp) > 0) { g_free (sdp); -- cgit v1.2.1