Browse Source

Spam cleanup

Craig Tiller 8 năm trước cách đây
mục cha
commit
85e15a0bde
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/cpp/server/dynamic_thread_pool.cc

+ 0 - 1
src/cpp/server/dynamic_thread_pool.cc

@@ -104,7 +104,6 @@ DynamicThreadPool::DynamicThreadPool(int reserve_threads)
 
 void DynamicThreadPool::ReapThreads(std::list<DynamicThread*>* tlist) {
   for (auto t = tlist->begin(); t != tlist->end(); t = tlist->erase(t)) {
-    gpr_log(GPR_DEBUG, "delete %p", *t);
     delete *t;
   }
 }