From: Matthias Kramm Date: Wed, 21 Jan 2009 23:33:29 +0000 (-0800) Subject: removed a useless log message X-Git-Tag: release-0-9-0~228 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=0ac72a559b20eaae037928bca1e26ae10b067101 removed a useless log message --- diff --git a/lib/pdf/InfoOutputDev.cc b/lib/pdf/InfoOutputDev.cc index e6f3c03..a20eac2 100644 --- a/lib/pdf/InfoOutputDev.cc +++ b/lib/pdf/InfoOutputDev.cc @@ -206,7 +206,7 @@ gfxfont_t* InfoOutputDev::createGfxFont(GfxFont*xpdffont, FontInfo*src) } } - msg(" %d glyphs.", t, font->num_glyphs); + //msg(" %d glyphs.", t, font->num_glyphs); return font; }