]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
debug not that useful
authorKeiron Liddle <keiron@apache.org>
Fri, 16 Aug 2002 12:30:41 +0000 (12:30 +0000)
committerKeiron Liddle <keiron@apache.org>
Fri, 16 Aug 2002 12:30:41 +0000 (12:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195088 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/flow/Block.java

index 3a2908de7df0d64f88fa4d64802660c015f44d6f..75667c8e6d0e4556122bf38ba74b7ab0276cf1ae 100644 (file)
@@ -221,7 +221,7 @@ public class Block extends FObjMixed {
     }
 
     private void handleWhiteSpace() {
-        getLogger().debug("fo:block: handleWhiteSpace");
+        //getLogger().debug("fo:block: handleWhiteSpace");
         if (firstInlineChild != null) {
             boolean bInWS = false;
             boolean bPrevWasLF = false;
@@ -340,3 +340,4 @@ public class Block extends FObjMixed {
         }
     }
 }
+