You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2014/05/14 03:22:27 UTC

git commit: TS-2650 Undo some unecessary Debug statements

Repository: trafficserver
Updated Branches:
  refs/heads/master 704c50fee -> 9f2f83726


TS-2650 Undo some unecessary Debug statements


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9f2f8372
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9f2f8372
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9f2f8372

Branch: refs/heads/master
Commit: 9f2f83726624399d918c9d9cc29f0f1cd218a4d9
Parents: 704c50f
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue May 13 16:04:15 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue May 13 19:09:30 2014 -0600

----------------------------------------------------------------------
 proxy/http/HttpConfig.cc | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9f2f8372/proxy/http/HttpConfig.cc
----------------------------------------------------------------------
diff --git a/proxy/http/HttpConfig.cc b/proxy/http/HttpConfig.cc
index 24ec21f..7f8339a 100644
--- a/proxy/http/HttpConfig.cc
+++ b/proxy/http/HttpConfig.cc
@@ -1733,10 +1733,6 @@ params->push_method_enabled = INT_TO_BOOL(m_master.push_method_enabled);
   m_id = configProcessor.set(m_id, params);
 
 #undef INT_TO_BOOL
-// Redirection debug statements
-  Debug("http_init", "proxy.config.http.redirection_enabled = %d", params->redirection_enabled);
-  Debug("http_init", "proxy.config.http.redirection_host_no_port = %d", params->redirection_host_no_port);
-  Debug("http_init", "proxy.config.http.number_of_redirections = %" PRId64"", params->number_of_redirections);
 }
 
 ////////////////////////////////////////////////////////////////