mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -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::
|
void MemoryUsage::
|
||||||
operator_delete_handler(void *ptr) {
|
operator_delete_handler(void *ptr) {
|
||||||
cerr << "delete(" << ptr << ")\n";
|
// cerr << "delete(" << ptr << ")\n";
|
||||||
if (_recursion_protect) {
|
if (_recursion_protect) {
|
||||||
if (express_cat.is_spam()) {
|
if (express_cat.is_spam()) {
|
||||||
express_cat.spam()
|
express_cat.spam()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user