Skip to content
Snippets Groups Projects
Commit 49a33bf0 authored by Julien Bonjean's avatar Julien Bonjean
Browse files

Cleaned too verbose output

parent 7fe215ad
No related branches found
No related tags found
No related merge requests found
...@@ -417,10 +417,6 @@ calltree_add_call (calltab_t* tab, call_t * c) ...@@ -417,10 +417,6 @@ calltree_add_call (calltab_t* tab, call_t * c)
call_get_number(c), call_get_number(c),
call_get_name(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); gtk_list_store_prepend (tab->store, &iter);
if( tab == current_calls ) if( tab == current_calls )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment