Skip to content

Commit

Permalink
Remove some extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed Jan 24, 2017
1 parent 87a3a41 commit 1e30e76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion route_struct.c
Expand Up @@ -650,7 +650,6 @@ int is_mod_func_used(struct action *a, char *name, int param_no)
if (a->type==MODULE_T) {
/* first param is the name of the function */
cmd = (cmd_export_t*)a->elem[0].u.data;
LM_DBG("reached to <%s>\n",cmd->name);
if (strcasecmp(cmd->name, name)==0 &&
(param_no==cmd->param_no || param_no==-1) ) {
LM_DBG("function %s found to be used in script\n",name);
Expand Down

0 comments on commit 1e30e76

Please sign in to comment.