summaryrefslogtreecommitdiff
path: root/examples/sdp-example.c
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2013-02-22 18:54:18 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2013-02-22 18:54:18 -0500
commit23578c47f8be54fa0aae3eca7a72cd3526e845ae (patch)
treeb6270a9b6830be80b51a3210e42102b51032a5d8 /examples/sdp-example.c
parent030270775d9fc8d4f0381361b2ded0a38eb727b9 (diff)
downloadlibnice-23578c47f8be54fa0aae3eca7a72cd3526e845ae.tar.gz
Remove debugging print
Diffstat (limited to 'examples/sdp-example.c')
-rw-r--r--examples/sdp-example.c1
1 files changed, 0 insertions, 1 deletions
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);