summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2006-12-12 00:20:42 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2006-12-12 00:20:42 +0000
commit78811a9c078cb2096f0fa1af5cd0f046e6544153 (patch)
tree2244fb4c065a98a177144de7b6a281176372f675 /tests
parentd7dfee99c1f3da251ba547d6b098683a218bf238 (diff)
downloadlibxslt-78811a9c078cb2096f0fa1af5cd0f046e6544153.tar.gz
libxslt-78811a9c078cb2096f0fa1af5cd0f046e6544153.tar.bz2
libxslt-78811a9c078cb2096f0fa1af5cd0f046e6544153.zip
removed message output
Diffstat (limited to 'tests')
-rw-r--r--tests/exslt/functions/function.10.xsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/exslt/functions/function.10.xsl b/tests/exslt/functions/function.10.xsl
index 089911ff..89e59524 100644
--- a/tests/exslt/functions/function.10.xsl
+++ b/tests/exslt/functions/function.10.xsl
@@ -13,7 +13,6 @@
<xsl:param name="b"/>
<xsl:choose>
<xsl:when test="$a > 0">
- <xsl:message>using <xsl:value-of select="$a"/> and <xsl:value-of select="$b"/></xsl:message>
<func:result select="$a+mg:recurse($a - $b, $b)"/>
</xsl:when>
<xsl:otherwise>