You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/10/05 14:18:39 UTC

[tomcat] 03/05: Remove leftover debug

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

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

commit 659cfc62fda871dba53fd908677017cf05fbbcf7
Author: remm <re...@apache.org>
AuthorDate: Thu Jan 30 18:02:43 2020 +0100

    Remove leftover debug
---
 java/org/apache/catalina/realm/JNDIRealm.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/org/apache/catalina/realm/JNDIRealm.java b/java/org/apache/catalina/realm/JNDIRealm.java
index a6f5a7c..9bfa7a2 100644
--- a/java/org/apache/catalina/realm/JNDIRealm.java
+++ b/java/org/apache/catalina/realm/JNDIRealm.java
@@ -1718,7 +1718,6 @@ System.out.println("getUserBySearch " + username);
 
             // Retrieve values of userRoleName attribute
             ArrayList<String> roles = null;
-System.out.println("userRoleName " + userRoleName + " " + attrs.get(userRoleName));
             if (userRoleName != null)
                 roles = addAttributeValues(userRoleName, attrs, roles);
 


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