summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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>