webrtc: remove debugging leftover

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1247>
This commit is contained in:
Matthew Waters 2020-05-06 15:49:05 +10:00
parent 50644f5718
commit 18de5f8f04

View file

@ -5930,7 +5930,6 @@ gst_webrtc_bin_constructed (GObject * object)
GstWebRTCBin *webrtc = GST_WEBRTC_BIN (object);
gchar *name;
GST_ERROR_OBJECT (webrtc, "%s", GST_OBJECT_NAME (webrtc));
name = g_strdup_printf ("%s:ice", GST_OBJECT_NAME (webrtc));
webrtc->priv->ice = gst_webrtc_ice_new (name);
g_signal_connect (webrtc->priv->ice, "on-ice-candidate",