Browse Source

modules/ims_usrloc_scscf: removed protoype debugging code

jaybeepee 9 years ago
parent
commit
9fbf7a737b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      modules/ims_usrloc_scscf/contact_dlg_handlers.c

+ 0 - 4
modules/ims_usrloc_scscf/contact_dlg_handlers.c

@@ -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);
-    }
 }