Skip to content

Commit

Permalink
remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kepper committed Dec 5, 2018
1 parent c5cf7c7 commit a52d18a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/xsl/modelClassHandling.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@

<xsl:variable name="allows.text" select="exists($object//tei:content//rng:text)" as="xs:boolean"/>

<xsl:if test="$allows.text">
<xsl:message select="$object/@ident || ' allows text'"></xsl:message>
</xsl:if>

<xsl:variable name="relevant.elements" as="node()*">
<xsl:choose>
<xsl:when test="$is.element">
Expand Down

0 comments on commit a52d18a

Please sign in to comment.