Changeset 0231d69


Ignore:
Timestamp:
01/11/2023 01:55:29 PM (16 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
fa7b637
Parents:
139b910
Message:

Remove debug messages when generating pythonhosted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/pythonhosted.xsl

    r139b910 r0231d69  
    4141
    4242  <xsl:template match="*" mode="gen-dep">
     43    <!--
    4344    <xsl:message>
    4445      <xsl:text>generating deps for </xsl:text>
     
    4748</xsl:text>
    4849    </xsl:message>
     50-->
    4951    <xsl:apply-templates
    5052      select="descendant::para[@role='required' or
     
    109111
    110112  <xsl:template match="/">
     113    <!--
    111114    <xsl:message>
    112115      <xsl:text>Generating new pythonhosted.xml with list:
     
    116119</xsl:text>
    117120    </xsl:message>
     121-->
    118122    <xsl:value-of select="$part1"/>
    119123    <xsl:call-template name="make-md5">
     
    151155  <xsl:template match="sect2" mode="md5-line">
    152156    <xsl:param name="first-char" select="''"/>
     157    <!--
    153158    <xsl:message>
    154159      <xsl:text>Generating md5 for </xsl:text>
     
    157162</xsl:text>
    158163    </xsl:message>
     164-->
    159165    <xsl:copy-of select="$first-char"/>
    160166    <xsl:apply-templates select=".//para[contains(text(),'MD5')]" mode="md5"/>
Note: See TracChangeset for help on using the changeset viewer.