From efab9f551de0e8845a340cf00ad181153d8a025a Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 4 Nov 2009 14:28:10 +0100 Subject: [PATCH] removed redundant and buggy debug statement --- src/pluto/ac.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pluto/ac.c b/src/pluto/ac.c index 3b9f9f2e0..310c4e78d 100644 --- a/src/pluto/ac.c +++ b/src/pluto/ac.c @@ -193,7 +193,6 @@ void ac_load_certs(void) enumerator = enumerator_create_directory(A_CERT_PATH); if (!enumerator) { - DBG1(" reading directory '%s' failed"); return; }