From 4c631a5fdab85bb529a7d891bd93c5bfa10b21a6 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 3 Mar 2004 11:07:16 +0000 Subject: [PATCH] remove stray g_print Original commit message from CVS: remove stray g_print --- gst/videoscale/gstvideoscale.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/videoscale/gstvideoscale.c b/gst/videoscale/gstvideoscale.c index 9b9125b..ec2c785 100644 --- a/gst/videoscale/gstvideoscale.c +++ b/gst/videoscale/gstvideoscale.c @@ -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; -- 2.7.4