This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 91e00f5  Remove debug
91e00f5 is described below

commit 91e00f5c3dc6a212457e14b37c61cb8b757f1b39
Author: remm <r...@apache.org>
AuthorDate: Sat Feb 15 13:24:58 2020 +0100

    Remove debug
---
 java/org/apache/tomcat/util/net/SSLHostConfig.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/net/SSLHostConfig.java 
b/java/org/apache/tomcat/util/net/SSLHostConfig.java
index 724497f..606c8ea 100644
--- a/java/org/apache/tomcat/util/net/SSLHostConfig.java
+++ b/java/org/apache/tomcat/util/net/SSLHostConfig.java
@@ -674,7 +674,6 @@ public class SSLHostConfig implements Serializable {
         if (setProperty("caCertificateFile", Type.OPENSSL)) {
             // Reset default JSSE trust store if not a JSSE configuration
             if (truststoreFile != null) {
-                System.out.println("RESET !!!!!!!!!!!!!!!!!");
                 truststoreFile = null;
             }
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to