]> git.wh0rd.org - fontconfig.git/commitdiff
Oops. Left debugging printf in previous commit.
authorKeith Packard <keithp@koto.keithp.com>
Thu, 25 Oct 2007 08:02:58 +0000 (01:02 -0700)
committerKeith Packard <keithp@koto.keithp.com>
Thu, 25 Oct 2007 08:02:58 +0000 (01:02 -0700)
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;
         }