remove debug

This commit is contained in:
Anthony Minessale 2015-03-17 12:27:25 -05:00
parent b32abaadd9
commit 42961b7f2e

View File

@ -953,9 +953,6 @@ static switch_bool_t check_auth(jsock_t *jsock, cJSON *params, int *code, char *
switch_event_add_header_string(req_params, SWITCH_STACK_BOTTOM, i->string, i->valuestring); switch_event_add_header_string(req_params, SWITCH_STACK_BOTTOM, i->string, i->valuestring);
} }
} }
DUMP_EVENT(req_params);
} }
switch_event_add_header_string(req_params, SWITCH_STACK_BOTTOM, "action", "jsonrpc-authenticate"); switch_event_add_header_string(req_params, SWITCH_STACK_BOTTOM, "action", "jsonrpc-authenticate");