Oops. Left debugging printf in previous commit.

This commit is contained in:
Keith Packard 2007-10-25 01:02:58 -07:00
parent 61139cf638
commit d02f6a70f1
1 changed files with 0 additions and 1 deletions

View 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;
}