Jelajahi Sumber

Remove accidentally checked in debug message

rdb 10 tahun lalu
induk
melakukan
815cbc1acb
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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;
   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));