Skip to content

Commit

Permalink
Removed messages
Browse files Browse the repository at this point in the history
I forgot to remove debug messages ooops.
  • Loading branch information
msmid committed Nov 26, 2014
1 parent 9418ca8 commit 78a2209
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/md2doc-templates.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
<xsl:with-param name="headline-element" select="$headline-element"/>
<xsl:with-param name="root-element" select="$root-element"/>
</xsl:apply-templates>
<xsl:message select="'group: ', current-group()"/>
</xsl:for-each-group>
</xsl:template>

Expand Down Expand Up @@ -114,7 +113,6 @@
<xsl:with-param name="root-element" select="$root-element"/>
</xsl:apply-templates>
</xsl:for-each-group>
<xsl:message select="'except group: ', current-group() except ."></xsl:message>
</xsl:element>
</xsl:template>

Expand Down

0 comments on commit 78a2209

Please sign in to comment.