From 815cbc1acb9d2138bb2c5ccace6d3f9a71aa03c6 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 13 Nov 2015 15:05:06 +0100 Subject: [PATCH] Remove accidentally checked in debug message --- panda/src/text/dynamicTextPage.cxx | 1 - 1 file changed, 1 deletion(-) 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));