diff options
author | William M. Brack <wbrack@src.gnome.org> | 2006-12-12 00:20:42 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2006-12-12 00:20:42 +0000 |
commit | 78811a9c078cb2096f0fa1af5cd0f046e6544153 (patch) | |
tree | 2244fb4c065a98a177144de7b6a281176372f675 /tests | |
parent | d7dfee99c1f3da251ba547d6b098683a218bf238 (diff) | |
download | libxslt-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.xsl | 1 |
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> |