From bd3e835cd758a87abe61b5e848bd6abcd164a707 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Sun, 29 Sep 2002 23:45:54 +0000 Subject: [PATCH] Remove a dumb print that spams the console... Original commit message from CVS: Remove a dumb print that spams the console... --- ext/cdparanoia/gstcdparanoia.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/cdparanoia/gstcdparanoia.c b/ext/cdparanoia/gstcdparanoia.c index 17f8cef750..c1a7bc68a7 100644 --- a/ext/cdparanoia/gstcdparanoia.c +++ b/ext/cdparanoia/gstcdparanoia.c @@ -523,7 +523,6 @@ cdparanoia_get (GstPad *pad) /* update current sector and stop things if appropriate */ src->cur_sector++; - g_print ("cur: %ld end: %d\n", src->cur_sector, src->end_sector); if (src->cur_sector == src->end_sector) { GST_DEBUG (0,"setting EOS"); gst_element_set_eos(GST_ELEMENT(src));