Skip to content

Commit 4d8c470

Browse files
committed
remove test comment
1 parent ffd1a9d commit 4d8c470

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

put-server/src/test/java/ee/cyber/cdoc2/server/CreateKeyCapsuleIntegrationTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,7 @@ void testPKCS11Client() throws Exception {
271271

272272
KeyStore clientKeyStore = null;
273273
KeyStore trustKeyStore = null;
274-
String pkcs11Library = pkcs11Conf.pkcs11Library();
275-
log.info("Oleska: library in testPKCS11Client() in integration test: " + pkcs11Library);
274+
276275
try {
277276
clientKeyStore = Pkcs11Tools.initPKCS11KeysStore(
278277
pkcs11Conf.pkcs11Library(), pkcs11Conf.slot(), protectionParameter

0 commit comments

Comments
 (0)