mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
remove debug printouts
This commit is contained in:
parent
d06c7c47f2
commit
ce4de5f2af
@ -480,7 +480,6 @@ ReleaseSystemResources() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (_pending_icon != NULL) {
|
if (_pending_icon != NULL) {
|
||||||
cerr << "release pending icon\n";
|
|
||||||
CGImageRelease(_pending_icon);
|
CGImageRelease(_pending_icon);
|
||||||
_pending_icon = NULL;
|
_pending_icon = NULL;
|
||||||
}
|
}
|
||||||
@ -668,7 +667,6 @@ set_icon_filename(const Filename &icon_filename) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (_pending_icon != NULL) {
|
if (_pending_icon != NULL) {
|
||||||
cerr << "release pending icon (reset)\n";
|
|
||||||
CGImageRelease(_pending_icon);
|
CGImageRelease(_pending_icon);
|
||||||
_pending_icon = NULL;
|
_pending_icon = NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user