Remove debug print.

This commit is contained in:
Alessio Di Mauro
2015-11-12 03:21:33 +01:00
parent a853902bcb
commit 4b88b8e8fd
-3
View File
@@ -1783,9 +1783,6 @@ CK_DEFINE_FUNCTION(CK_RV, C_Sign)(
return CKR_OK;
}
fprintf(stderr, "MI HAI DATO %lu!!!!!!!!!!!!!!!!!!!!!\n", *pulSignatureLen);
DBG("Sending %lu bytes to sign", ulDataLen);
#if YKCS11_DBG == 1
dump_hex(pData, ulDataLen, stderr, CK_TRUE);