From: Kenichi Handa Date: Tue, 1 Aug 2006 01:52:01 +0000 (+0000) Subject: (ftfont_match): Delete debugging code. X-Git-Tag: emacs-pretest-23.0.90~8295^2~783 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a90fc9aa6969f0bdf4cd19fed5b29c79e5856e8c;p=emacs.git (ftfont_match): Delete debugging code. --- diff --git a/src/ftfont.c b/src/ftfont.c index e10b87b1df9..6c85bbf7896 100644 --- a/src/ftfont.c +++ b/src/ftfont.c @@ -571,7 +571,6 @@ ftfont_match (frame, spec) { FcDefaultSubstitute (pattern); match = FcFontMatch (NULL, pattern, &result); - fprintf (stderr, "%s\n", (char *) FcNameUnparse (match)); if (match) { entity = ftfont_pattern_entity (match, frame, Qunicode_bmp);