From d02f6a70f1cb4cdad882ffe429918a119641ddbb Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 25 Oct 2007 01:02:58 -0700 Subject: [PATCH] Oops. Left debugging printf in previous commit. --- src/fcfreetype.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.2