From e3ff8a4ea66b3738a72558520f33eb5b8d44442e Mon Sep 17 00:00:00 2001 From: Patrick Lam Date: Fri, 23 Sep 2005 02:33:55 +0000 Subject: [PATCH] Remove debugging printf (oops). --- src/fcpat.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2