Repository: trafficserver
Updated Branches:
  refs/heads/master facce5761 -> 32d67d7c5


Remove debugging print


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

Branch: refs/heads/master
Commit: 32d67d7c56024293fea4471b4aa78a68bf61bdb3
Parents: facce57
Author: James Peach <[email protected]>
Authored: Sat Dec 20 17:17:44 2014 -0800
Committer: James Peach <[email protected]>
Committed: Sat Dec 20 17:17:59 2014 -0800

----------------------------------------------------------------------
 lib/records/P_RecCore.cc | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/32d67d7c/lib/records/P_RecCore.cc
----------------------------------------------------------------------
diff --git a/lib/records/P_RecCore.cc b/lib/records/P_RecCore.cc
index 3bcda8c..32be5c1 100644
--- a/lib/records/P_RecCore.cc
+++ b/lib/records/P_RecCore.cc
@@ -821,8 +821,6 @@ RecExecConfigUpdateCbs(unsigned int update_required_type)
        */
 
       if (r->config_meta.update_required) {
-        printf("update (type %#x) required on %s\n", 
r->config_meta.update_required, r->name);
-
         if (r->config_meta.update_type > update_type) {
           update_type = r->config_meta.update_type;
         }

Reply via email to