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

markt 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 9ef9ee9  Remove debug code
9ef9ee9 is described below

commit 9ef9ee9fff3662b04e486fc51738c89d4fa981c5
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu May 16 13:56:49 2019 +0100

    Remove debug code
---
 java/org/apache/catalina/ha/session/DeltaSession.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/java/org/apache/catalina/ha/session/DeltaSession.java 
b/java/org/apache/catalina/ha/session/DeltaSession.java
index 8a186ce..4b71647 100644
--- a/java/org/apache/catalina/ha/session/DeltaSession.java
+++ b/java/org/apache/catalina/ha/session/DeltaSession.java
@@ -688,8 +688,6 @@ public class DeltaSession extends StandardSession 
implements Externalizable,Clus
 
     public void setAttribute(String name, Object value, boolean notify,boolean 
addDeltaRequest) {
 
-        log.info("setAttribute name [" + name + ", value [" + value + "]");
-
         // Name cannot be null
         if (name == null) throw new 
IllegalArgumentException(sm.getString("standardSession.setAttribute.namenull"));
 


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

Reply via email to