removed redundant and buggy debug statement
This commit is contained in:
@@ -193,7 +193,6 @@ void ac_load_certs(void)
|
|||||||
enumerator = enumerator_create_directory(A_CERT_PATH);
|
enumerator = enumerator_create_directory(A_CERT_PATH);
|
||||||
if (!enumerator)
|
if (!enumerator)
|
||||||
{
|
{
|
||||||
DBG1(" reading directory '%s' failed");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user