diff --git a/panda/src/text/dynamicTextPage.cxx b/panda/src/text/dynamicTextPage.cxx index d145751481..fd4720b2b6 100644 --- a/panda/src/text/dynamicTextPage.cxx +++ b/panda/src/text/dynamicTextPage.cxx @@ -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));