From 49a33bf0359e1b26e20b0b32fab6d21a36a338c1 Mon Sep 17 00:00:00 2001
From: Julien Bonjean <julien@bonjean.info>
Date: Wed, 15 Apr 2009 12:42:35 -0400
Subject: [PATCH] Cleaned too verbose output

---
 sflphone-gtk/src/contacts/calltree.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sflphone-gtk/src/contacts/calltree.c b/sflphone-gtk/src/contacts/calltree.c
index a1b5373ed9..bea5817827 100644
--- a/sflphone-gtk/src/contacts/calltree.c
+++ b/sflphone-gtk/src/contacts/calltree.c
@@ -417,10 +417,6 @@ calltree_add_call (calltab_t* tab, call_t * c)
             call_get_number(c),
             call_get_name(c));
 
-    g_print ("calltree_add_call %s\n", call_get_number (c));
-    g_print ("description %s\n", description);
-
-
     gtk_list_store_prepend (tab->store, &iter);
 
     if( tab == current_calls )
-- 
GitLab