From 64c33e2655e7a93fda9a8934fbffa13c1a9e8abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 11 Feb 2009 18:31:43 +0000 Subject: [PATCH] remove printf git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24679 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ks_file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/hx509/ks_file.c b/lib/hx509/ks_file.c index 8243ec092..d739305ec 100644 --- a/lib/hx509/ks_file.c +++ b/lib/hx509/ks_file.c @@ -304,7 +304,6 @@ pem_func(hx509_context context, const char *type, for (j = 0; j < sizeof(formats)/sizeof(formats[0]); j++) { const char *q = formats[j].name; - printf("matching %s with %s\n", type, q); if (strcasecmp(type, q) == 0) { const AlgorithmIdentifier *ai = NULL; if (formats[j].ai != NULL)