Procházet zdrojové kódy

Remove accidentally checked in debug message

rdb před 10 roky
rodič
revize
815cbc1acb
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      panda/src/text/dynamicTextPage.cxx

+ 0 - 1
panda/src/text/dynamicTextPage.cxx

@@ -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));