Removed silly debug printf
authorWim Taymans <wim.taymans@gmail.com>
Sat, 2 Nov 2002 14:39:59 +0000 (14:39 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 2 Nov 2002 14:39:59 +0000 (14:39 +0000)
Original commit message from CVS:
Removed silly debug printf

ext/vorbis/vorbisfile.c

index 479e3e001a412a3f47d9ef5aae4d1d68275f6ca2..5794f6d02c296e247e09031359e651d1b7176522 100644 (file)
@@ -451,8 +451,6 @@ gst_vorbisfile_loop (GstElement *element)
   /* this function needs to go first since you don't want to be messing
    * with an unset vf ;) */
   if (vorbisfile->restart) {
-    gint i;
-
     vorbisfile->offset = 0;
     vorbisfile->total_bytes = 0;
     vorbisfile->may_eos = FALSE;
@@ -468,11 +466,6 @@ gst_vorbisfile_loop (GstElement *element)
     vorbisfile->need_discont = TRUE;
     vorbisfile->restart = FALSE;
     vorbisfile->current_link = -1;
-
-    for (i = 0; i < vorbisfile->vf.links; i++) {
-      g_print ("%lld %lld\n", vorbisfile->vf.offsets[i],
-                     vorbisfile->vf.dataoffsets[i]);
-    }
   }
 
   if (vorbisfile->seek_pending) {