vgritsenko    2002/06/19 06:49:01

  Modified:    src/java/org/apache/cocoon Cocoon.java
  Log:
  remove extra check
  
  Revision  Changes    Path
  1.31      +3 -7      xml-cocoon2/src/java/org/apache/cocoon/Cocoon.java
  
  Index: Cocoon.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/Cocoon.java,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- Cocoon.java       13 Jun 2002 09:28:14 -0000      1.30
  +++ Cocoon.java       19 Jun 2002 13:49:01 -0000      1.31
  @@ -578,9 +578,7 @@
           try {
               if (this.getLogger().isDebugEnabled()) {
                   ++activeRequestCount;
  -                if (this.getLogger().isDebugEnabled()) {
  -                    this.debug(environment, false);
  -                }
  +                this.debug(environment, false);
               }
   
               if (this.threadSafeProcessor != null) {
  @@ -615,9 +613,7 @@
           try {
               if (this.getLogger().isDebugEnabled()) {
                   ++activeRequestCount;
  -                if (this.getLogger().isDebugEnabled()) {
  -                    this.debug(environment, true);
  -                }
  +                this.debug(environment, true);
               }
   
               if (this.threadSafeProcessor != null) {
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to