diff --git a/panda/src/gobj/adaptiveLru.cxx b/panda/src/gobj/adaptiveLru.cxx index c5897dcbee..0e939157ff 100644 --- a/panda/src/gobj/adaptiveLru.cxx +++ b/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();