]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcfreetype.c
Oops. Left debugging printf in previous commit.
[fontconfig.git] / src / fcfreetype.c
index 20a59577d78eb963b9a8f4e7effd07c1bf61ddea..da2aa803daa42f3ae4cb00c8c48a6b99dcd1086c 100644 (file)
@@ -858,7 +858,6 @@ FcNoticeFoundry(const FT_String *notice)
             const char *n = notice_foundry_data + nf->notice_offset;
             const char *f = notice_foundry_data + nf->foundry_offset;
 
-           printf ("foundry \"%s\" -> \"%s\"\n", n, f);
            if (strstr ((const char *) notice, n))
                return (const FcChar8 *) f;
         }