Răsfoiți Sursa

remove debug, oops

David Rose 17 ani în urmă
părinte
comite
cc3c4aac5c
1 a modificat fișierele cu 0 adăugiri și 3 ștergeri
  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();