You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/08/29 07:31:23 UTC

svn commit: r264075 - /directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/ModifyRequest.java

Author: elecharny
Date: Sun Aug 28 22:31:20 2005
New Revision: 264075

URL: http://svn.apache.org/viewcvs?rev=264075&view=rev
Log:
- Supressed the DEBUG member

Modified:
    directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/ModifyRequest.java

Modified: directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/ModifyRequest.java
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/ModifyRequest.java?rev=264075&r1=264074&r2=264075&view=diff
==============================================================================
--- directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/ModifyRequest.java (original)
+++ directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/ModifyRequest.java Sun Aug 28 22:31:20 2005
@@ -68,9 +68,6 @@
     /** The logger */
     private static final transient Logger log = LoggerFactory.getLogger( ModifyRequest.class );
 
-    /** Logging speed up  */
-    private static final transient boolean DEBUG = log.isDebugEnabled();
-
     //~ Instance fields ----------------------------------------------------------------------------
 
     /** The DN to be modified. */