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 11:41:23 UTC

[tomcat] branch master updated: Remove leftover debug

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 48f947e  Remove leftover debug
48f947e is described below

commit 48f947e6f358b38ac5f59a774369d4a099d30496
Author: remm <re...@apache.org>
AuthorDate: Mon Oct 5 13:39:53 2020 +0200

    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 445834e..9ab4c10 100644
--- a/java/org/apache/catalina/realm/JNDIRealm.java
+++ b/java/org/apache/catalina/realm/JNDIRealm.java
@@ -1659,7 +1659,6 @@ public class JNDIRealm extends RealmBase {
         if (attrIds == null)
             attrIds = new String[0];
         constraints.setReturningAttributes(attrIds);
-System.out.println("getUserBySearch " + username);
 
         NamingEnumeration<SearchResult> results =
                 connection.context.search(userBase, filter, constraints);


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