remove g_print() noisiness
authorDavid Schleef <ds@schleef.org>
Thu, 16 Oct 2003 21:34:24 +0000 (21:34 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 16 Oct 2003 21:34:24 +0000 (21:34 +0000)
Original commit message from CVS:
remove g_print() noisiness

ext/esd/esdsink.c

index 711c43f..7169b0e 100644 (file)
@@ -274,8 +274,6 @@ gst_esdsink_chain (GstPad *pad, GstData *_data)
   if (GST_IS_EVENT(buf)){
     GstEvent *event = GST_EVENT(buf);
 
-    g_print("got event\n");
-
     switch(GST_EVENT_TYPE(event)){
       case GST_EVENT_EOS:
        gst_audio_clock_set_active (GST_AUDIO_CLOCK (esdsink->provided_clock),