From cc3c4aac5cd966609aeb3d2a0f8477a40a874d50 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 4 Sep 2008 22:18:39 +0000 Subject: [PATCH] remove debug, oops --- panda/src/gobj/adaptiveLru.cxx | 3 --- 1 file changed, 3 deletions(-) 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();