removed redundant and buggy debug statement

This commit is contained in:
Andreas Steffen 2009-11-04 14:28:10 +01:00
parent fae322219f
commit efab9f551d
1 changed files with 0 additions and 1 deletions

View File

@ -193,7 +193,6 @@ void ac_load_certs(void)
enumerator = enumerator_create_directory(A_CERT_PATH);
if (!enumerator)
{
DBG1(" reading directory '%s' failed");
return;
}