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/04/05 00:38:41 UTC

git commit: Remove unnecessary debug statements

Repository: trafficserver
Updated Branches:
  refs/heads/master d287e2e81 -> 24fda51b1


Remove unnecessary debug statements


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

Branch: refs/heads/master
Commit: 24fda51b1114789860c9d72cdda9543ff5f04220
Parents: d287e2e
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Apr 4 16:38:35 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Apr 4 16:38:35 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/24fda51b/proxy/http/HttpConfig.cc
----------------------------------------------------------------------
diff --git a/proxy/http/HttpConfig.cc b/proxy/http/HttpConfig.cc
index 2c33894..cdd3ea6 100644
--- a/proxy/http/HttpConfig.cc
+++ b/proxy/http/HttpConfig.cc
@@ -1729,12 +1729,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.number_of_redirections = %" PRId64"", params->number_of_redirections);
-
-  Debug("http_init", "proxy.config.http.post_copy_size = %" PRId64"", params->post_copy_size);
 }
 
 ////////////////////////////////////////////////////////////////