Skip to content

Commit

Permalink
Message cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Sep 8, 2017
1 parent ea64e5e commit dd6eb15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -470,6 +470,7 @@
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<id>xproc</id>
<goals><goal>java</goal></goals>
<phase>compile</phase>
<configuration>
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/postprocess-svgs.xsl
Expand Up @@ -34,7 +34,6 @@
<xsl:template match="/svg">
<xsl:copy>
<xsl:apply-templates select="@*"/>
<xsl:message select="concat('Including CSS ', $css)"/>
<defs>
<style type="text/css">
<xsl:copy-of select="$css-content"/>
Expand Down Expand Up @@ -71,4 +70,4 @@
</xsl:copy>
</xsl:template>

</xsl:stylesheet>
</xsl:stylesheet>

0 comments on commit dd6eb15

Please sign in to comment.