From: Keith Packard Date: Thu, 25 Oct 2007 08:02:58 +0000 (-0700) Subject: Oops. Left debugging printf in previous commit. X-Git-Tag: 2.4.91~11 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=d02f6a70f1cb4cdad882ffe429918a119641ddbb Oops. Left debugging printf in previous commit. --- diff --git a/src/fcfreetype.c b/src/fcfreetype.c index 20a5957..da2aa80 100644 --- a/src/fcfreetype.c +++ b/src/fcfreetype.c @@ -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; }