Skip to content
Snippets Groups Projects
Commit cbdecdd1 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

remove debug

parent 46e97beb
No related branches found
No related tags found
No related merge requests found
......@@ -619,7 +619,6 @@ process_dialing (callable_obj_t *c, guint keyval, gchar *key)
{
gchar *num = (c->_state == CALL_STATE_TRANSFER) ? c->_trsft_to : c->_peer_number;
size_t len = strlen(num);
printf("\"%s\" : %zu\n", num, len);
if (len) {
len--; // delete one character
num[len] = '\0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment