Răsfoiți Sursa

Removed debug output

[SVN r25290]
Misha Bergal 21 ani în urmă
părinte
comite
cc2f8d4bc0
1 a modificat fișierele cu 0 adăugiri și 3 ștergeri
  1. 0 3
      tools/regression/xsl_reports/xsl/v2/common.xsl

+ 0 - 3
tools/regression/xsl_reports/xsl/v2/common.xsl

@@ -434,9 +434,6 @@ http://www.boost.org/LICENSE_1_0.txt)
     <xsl:template name="show_notes">
     <xsl:template name="show_notes">
         <xsl:param name="explicit_markup"/>
         <xsl:param name="explicit_markup"/>
         <xsl:param name="notes"/>
         <xsl:param name="notes"/>
-        <notes>
-            <xsl:copy-of select="$notes"/>
-        </notes>
             <div class="notes">
             <div class="notes">
             <xsl:for-each select="$notes">
             <xsl:for-each select="$notes">
                 <div>
                 <div>

粤ICP备19079148号