remove stray g_print
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 3 Mar 2004 11:07:16 +0000 (11:07 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 3 Mar 2004 11:07:16 +0000 (11:07 +0000)
Original commit message from CVS:
remove stray g_print

gst/videoscale/gstvideoscale.c

index 9b9125b..ec2c785 100644 (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;