]> git.eshelyaron.com Git - emacs.git/commitdiff
(ftfont_match): Delete debugging code.
authorKenichi Handa <handa@m17n.org>
Tue, 1 Aug 2006 01:52:01 +0000 (01:52 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 1 Aug 2006 01:52:01 +0000 (01:52 +0000)
src/ftfont.c

index e10b87b1df9b7c116a485831bae4cd448210fa24..6c85bbf7896954df08b5f3f282e6436d9b2790e2 100644 (file)
@@ -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);