Skip to content

Commit

Permalink
modules/ims_usrloc_scscf: removed protoype debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeepee committed Mar 17, 2016
1 parent 876648a commit 9fbf7a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/ims_usrloc_scscf/contact_dlg_handlers.c
Expand Up @@ -177,8 +177,4 @@ static void contact_dlg_handler(struct dlg_cell* dlg, int cb_types, struct dlg_c
i_terminated_count++;
break;
}
if (i_confirmed_count > 100 && !(i_confirmed_count % 100))
{
LM_ERR("Curent confirmed count %d terminated count %d \n",i_confirmed_count, i_terminated_count);
}
}

0 comments on commit 9fbf7a7

Please sign in to comment.