Remove a dumb print that spams the console...

Original commit message from CVS:
Remove a dumb print that spams the console...
This commit is contained in:
Iain Holmes 2002-09-29 23:45:54 +00:00
parent 1494ead81c
commit bd3e835cd7

View file

@ -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));