From: Patrick Lam Date: Fri, 23 Sep 2005 02:33:55 +0000 (+0000) Subject: Remove debugging printf (oops). X-Git-Tag: fc-2_3_90~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e3ff8a4ea66b3738a72558520f33eb5b8d44442e;p=fontconfig.git Remove debugging printf (oops). --- diff --git a/src/fcpat.c b/src/fcpat.c index cfb6f45..5bb635f 100644 --- a/src/fcpat.c +++ b/src/fcpat.c @@ -1203,7 +1203,6 @@ FcPatternDuplicate (const FcPattern *orig) int i; FcValueListPtr l; - printf("pattern duplicate %x\n", (int)orig); // XXX new = FcPatternCreate (); if (!new) goto bail0;