remove stray g_print

Original commit message from CVS:
remove stray g_print
This commit is contained in:
Thomas Vander Stichele 2004-03-03 11:07:16 +00:00
parent c2f6c284fb
commit 4c631a5fda

View file

@ -435,7 +435,6 @@ plugin_init (GstPlugin *plugin)
if (!gst_element_register (plugin, "videoscale", GST_RANK_NONE, GST_TYPE_VIDEOSCALE))
return FALSE;
g_print ("going to init debug\n");
GST_DEBUG_CATEGORY_INIT (videoscale_debug, "videoscale", 0, "videoscale element");
return TRUE;