mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Remove accidentally checked in debug message
This commit is contained in:
parent
a453ec1925
commit
815cbc1acb
@ -189,7 +189,6 @@ garbage_collect(DynamicTextFont *font) {
|
||||
Glyphs::iterator gi;
|
||||
for (gi = _glyphs.begin(); gi != _glyphs.end(); ++gi) {
|
||||
DynamicTextGlyph *glyph = (*gi);
|
||||
cerr << glyph->get_character() << " - " << glyph->get_ref_count() << "\n";
|
||||
if (glyph->get_ref_count() > 1) {
|
||||
// Keep this one.
|
||||
new_glyphs.insert(new_glyphs.end(), (*gi));
|
||||
|
Loading…
x
Reference in New Issue
Block a user