sdp: remove leftover g_print

This commit is contained in:
Wim Taymans 2010-09-10 18:42:16 +02:00
parent f5cbb6047f
commit 94b3f3d517

View file

@ -524,8 +524,6 @@ gst_sdp_message_parse_uri (const gchar * uri, GstSDPMessage * msg)
g_return_val_if_fail (uri != NULL, GST_SDP_EINVAL);
g_return_val_if_fail (msg != NULL, GST_SDP_EINVAL);
g_print ("uri %s\n", uri);
colon = strstr (uri, "://");
if (!colon)
goto no_colon;