]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove debug
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 17 Mar 2015 17:27:25 +0000 (12:27 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 17 Mar 2015 23:27:08 +0000 (18:27 -0500)
src/mod/endpoints/mod_verto/mod_verto.c

index de942f14f5e428958da8a9bed7b36b8cfac8f373..410f5ce1d47a8cc373a89c5a58e828012b540b24 100644 (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);
                                }
                        }
-
-                       DUMP_EVENT(req_params);
-
                }
 
                switch_event_add_header_string(req_params, SWITCH_STACK_BOTTOM, "action", "jsonrpc-authenticate");