YKCS11: remove more messsages

This commit is contained in:
Alessio Di Mauro
2015-11-05 16:46:54 +01:00
parent 602208bf20
commit 69184eeb86
-2
View File
@@ -990,8 +990,6 @@ CK_RV get_available_certificate_ids(ykcs11_session_t *s, piv_obj_id_t *cert_ids,
if (IS_CERT(s->slot->token->objects[i]) == CK_TRUE) if (IS_CERT(s->slot->token->objects[i]) == CK_TRUE)
cert_ids[j++] = s->slot->token->objects[i]; cert_ids[j++] = s->slot->token->objects[i];
DBG("Just to check: %lu %lu", j, n_certs);
return CKR_OK; return CKR_OK;
} }