Remove debugging printf (oops).

This commit is contained in:
Patrick Lam 2005-09-23 02:33:55 +00:00
parent bef069e19e
commit e3ff8a4ea6
1 changed files with 0 additions and 1 deletions

View File

@ -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;