mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
remove debug output
This commit is contained in:
parent
5927760011
commit
611d3b04b0
@ -250,7 +250,7 @@ operator_new_handler(size_t size) {
|
||||
////////////////////////////////////////////////////////////////////
|
||||
void MemoryUsage::
|
||||
operator_delete_handler(void *ptr) {
|
||||
cerr << "delete(" << ptr << ")\n";
|
||||
// cerr << "delete(" << ptr << ")\n";
|
||||
if (_recursion_protect) {
|
||||
if (express_cat.is_spam()) {
|
||||
express_cat.spam()
|
||||
|
Loading…
x
Reference in New Issue
Block a user