Skip to content

Commit c21c489

Browse files
committed
Remove leftover logging
1 parent 02900c0 commit c21c489

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common/src/main/java/com/fox2code/foxloader/launcher/LetsEncryptHelper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,8 @@ public void checkClientTrusted(X509Certificate[] chain, String authType) throws
101101
public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException {
102102
try {
103103
this.letsEncrypt.checkServerTrusted(chain, authType);
104-
System.out.println("checkServerTrusted let's encrypt trust!");
105104
} catch (CertificateException | SecurityException e) {
106105
this.system.checkServerTrusted(chain, authType);
107-
System.out.println("checkServerTrusted system trust!");
108106
}
109107
}
110108

0 commit comments

Comments
 (0)