mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
remove debug, oops
This commit is contained in:
parent
d6eef63f61
commit
cc3c4aac5c
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user