Remove left-over g_print

Original commit message from CVS:
Remove left-over g_print
This commit is contained in:
Ronald S. Bultje 2004-01-01 23:13:08 +00:00
parent 9003ed34ba
commit 9e9bd20111

View file

@ -314,9 +314,6 @@ gst_mplex_sink_link (GstPad *pad,
}
/* we do the actual inputstream setup in our first loopfunc cycle */
g_print ("Pad %s linked with caps %s\n",
gst_pad_get_name (pad),
gst_caps_to_string (caps));
return GST_PAD_LINK_OK;
}