]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove debug
authorSeven Du <dujinfang@gmail.com>
Thu, 4 Sep 2014 02:38:37 +0000 (10:38 +0800)
committerSeven Du <dujinfang@gmail.com>
Thu, 4 Sep 2014 02:38:37 +0000 (10:38 +0800)
src/mod/endpoints/mod_verto/mod_verto.c

index 66905d363230ada90f677de4f10c2b3912f447e0..534c78e606b7a77a27e4511311e5b488d43e20dd 100644 (file)
@@ -1341,7 +1341,7 @@ static void http_static_handler(switch_http_request_t *request)
 
        switch_snprintf(path, sizeof(path), "%s%s", jsock->profile->htdocs, request->uri);
 
-       printf("local path: %s\n", path);
+       // printf("local path: %s\n", path);
 
        if (end_of(path) == '/') {
                char *data = "HTTP/1.1 500 Internal Error\r\n"
@@ -1413,7 +1413,7 @@ static void http_run(jsock_t *jsock)
                goto err;
        }
 
-       switch_http_dump_request(&request);
+       // switch_http_dump_request(&request);
 
        /* TODO: parse virtual hosts here */