You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by lg...@apache.org on 2005/10/12 01:05:35 UTC

svn commit: r312974 - /cocoon/trunk/tools/src/blocks-build.xsl

Author: lgawron
Date: Tue Oct 11 16:05:12 2005
New Revision: 312974

URL: http://svn.apache.org/viewcvs?rev=312974&view=rev
Log:
removed debug messages

Modified:
    cocoon/trunk/tools/src/blocks-build.xsl

Modified: cocoon/trunk/tools/src/blocks-build.xsl
URL: http://svn.apache.org/viewcvs/cocoon/trunk/tools/src/blocks-build.xsl?rev=312974&r1=312973&r2=312974&view=diff
==============================================================================
--- cocoon/trunk/tools/src/blocks-build.xsl (original)
+++ cocoon/trunk/tools/src/blocks-build.xsl Tue Oct 11 16:05:12 2005
@@ -72,8 +72,6 @@
       <macrodef name="test-include-block">
         <attribute name="name"/>
         <sequential>
-          <echo message="         exclude.block.@{{name}}: ${{exclude.block.@{{name}}}}"/>
-          <!-- this happens only if user did not explicitly set the property in blocks.properties -->
           <condition property="include.block.@{{name}}">
             <and>
               <equals arg1="${{default.block.mode}}" arg2="include"/>
@@ -460,7 +458,6 @@
         <istrue value="${{exclude.all.blocks}}"/>
       </condition>
       <property name="default.block.mode" value="include"/>
-      <echo message="default mode: ${{default.block.mode}}"/>
       <xsl:for-each select="$cocoon-blocks">
         <xsl:variable name="block-name" select="substring-after(@name,'cocoon-block-')"/>
         <test-include-block name="{$block-name}"/>