Skip to content

Commit

Permalink
callops: cleanup remaining debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed May 14, 2020
1 parent 0e8b914 commit 064fd19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/callops/callops.c
Expand Up @@ -95,13 +95,10 @@ static int call_event_raise(event_id_t event, evi_params_p params, ...)
p = va_arg(vl, str *);
if (!p)
break;
LM_ERR("new arg %p\n!", p);
LM_ERR("setting param %d %.*s\n", p->len, p->len, p->s);
if (evi_param_set_str(param, p) < 0) {
LM_ERR("could not set param!\n");
goto end;
}
LM_ERR("sett param %d %.*s\n", p->len, p->len, p->s);
param = param->next;
}
ret = 0;
Expand Down

0 comments on commit 064fd19

Please sign in to comment.