浏览代码

remove debug, oops

David Rose 17 年之前
父节点
当前提交
cc3c4aac5c
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      panda/src/gobj/adaptiveLru.cxx

+ 0 - 3
panda/src/gobj/adaptiveLru.cxx

@@ -391,9 +391,6 @@ do_evict_to(size_t target_size, bool hard_evict) {
 
         } else {
           // We must release the lock while we call evict_lru().
-          cerr << "evicting page, " << page->_current_frame_identifier
-               << " vs. " << minimum_frame_identifier << ", attempts = "
-               << attempts << "\n";
           _lock.release();
           ((AdaptiveLruPage *)node)->evict_lru();
           _lock.lock();