This is an automated email from the ASF dual-hosted git repository.

amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 56ab0433ba532bc3cc55988ac142b85b0b4889b7
Author: dyrock <zeyu...@gmail.com>
AuthorDate: Thu Oct 25 19:17:10 2018 +0000

    Remove unnecessary print
---
 proxy/logging/LogConfig.cc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/proxy/logging/LogConfig.cc b/proxy/logging/LogConfig.cc
index 7176855..cfaea71 100644
--- a/proxy/logging/LogConfig.cc
+++ b/proxy/logging/LogConfig.cc
@@ -768,9 +768,6 @@ LogConfig::update_space_used()
   total_space_used = 0LL;
   candidate_count  = 0;
 
-  for (auto it = deleting_info.begin(); it != deleting_info.end(); it++) {
-    Debug("%s", it->name.c_str());
-  }
   while ((entry = readdir(ld))) {
     snprintf(path, MAXPATHLEN, "%s/%s", logfile_dir, entry->d_name);
 

Reply via email to