Skip to content

Commit

Permalink
Removed xsl:message
Browse files Browse the repository at this point in the history
  • Loading branch information
csarven committed Jan 12, 2013
1 parent 0b8428d commit b49acc0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,6 @@ TODO: Timespan, Count, InclusiveValueRange, ExclusiveValueRange, Incremental, Ob
<xsl:attribute name="datatype">
<xsl:value-of select="fn:getXSDType($Component/structure:TextFormat/@textType)"/>
</xsl:attribute>

<xsl:message>
<xsl:text>
concept: </xsl:text><xsl:value-of select="$concept"/><xsl:text>, datatype: </xsl:text><xsl:value-of select="fn:getXSDType($Component/structure:TextFormat/@textType)"/>
</xsl:message>
</xsl:element>
</xsl:for-each>
</rdf:RDF>
Expand Down

0 comments on commit b49acc0

Please sign in to comment.