mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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;
|
Glyphs::iterator gi;
|
||||||
for (gi = _glyphs.begin(); gi != _glyphs.end(); ++gi) {
|
for (gi = _glyphs.begin(); gi != _glyphs.end(); ++gi) {
|
||||||
DynamicTextGlyph *glyph = (*gi);
|
DynamicTextGlyph *glyph = (*gi);
|
||||||
cerr << glyph->get_character() << " - " << glyph->get_ref_count() << "\n";
|
|
||||||
if (glyph->get_ref_count() > 1) {
|
if (glyph->get_ref_count() > 1) {
|
||||||
// Keep this one.
|
// Keep this one.
|
||||||
new_glyphs.insert(new_glyphs.end(), (*gi));
|
new_glyphs.insert(new_glyphs.end(), (*gi));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user