[farsight2/master] Remove useless debug messages

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:19:34 PST 2008


---
 tests/check/transmitter/rawudp.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/tests/check/transmitter/rawudp.c b/tests/check/transmitter/rawudp.c
index f666796..ff989dd 100644
--- a/tests/check/transmitter/rawudp.c
+++ b/tests/check/transmitter/rawudp.c
@@ -155,9 +155,6 @@ _handoff_handler (GstElement *element, GstBuffer *buffer, GstPad *pad,
 {
   gint component_id = GPOINTER_TO_INT (user_data);
 
-  g_debug ("comp: %d buffer %d size: %u", component_id,
-    buffer_count[component_id-1], GST_BUFFER_SIZE (buffer));
-
   fail_unless (GST_BUFFER_SIZE (buffer) == component_id * 10,
     "Buffer is size %d but component_id is %d", GST_BUFFER_SIZE (buffer),
     component_id);
@@ -216,8 +213,6 @@ GST_START_TEST (test_rawudptransmitter_run_nostun)
 
   fail_if (st == NULL, "No stream transmitter created, yet error is NULL");
 
-  g_debug ("I am : %p", st);
-
   fail_unless (g_signal_connect (st, "new-local-candidate",
       G_CALLBACK (_new_local_candidate), GINT_TO_POINTER (0)),
     "Coult not connect new-local-candidate signal");
-- 
1.5.6.5




More information about the farsight-commits mailing list