]> granicus.if.org Git - apache/commitdiff
mod_proxy_http2: removed duplicate log code after review
authorStefan Eissing <icing@apache.org>
Sat, 19 Mar 2016 10:16:02 +0000 (10:16 +0000)
committerStefan Eissing <icing@apache.org>
Sat, 19 Mar 2016 10:16:02 +0000 (10:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735748 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_proxy_session.c

index eece94894e6fccc1331706cf29f3c4ed93e574c2..3258ba1b8e61179fca903875c632bc79ad89008f 100644 (file)
@@ -647,11 +647,6 @@ static apr_status_t submit_stream(h2_proxy_session *session, h2_proxy_stream *st
                       session->id, stream->req->authority, stream->req->path,
                       rv);
     }
-    else {
-        ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c, 
-                      "h2_proxy_session(%s-%d): submit %s%s", 
-                      session->id, rv, stream->req->authority, stream->req->path);
-    }
     
     if (rv > 0) {
         stream->id = rv;