From e4b86422b7aa2608fc4cd9977f8086bc4feafcfc Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Fri, 14 Jul 2017 14:40:17 +0200
Subject: [PATCH] Removing xsl:message

---
 ws/Docbook/Preprocess/Xsl/docbook2html.xsl | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/ws/Docbook/Preprocess/Xsl/docbook2html.xsl b/ws/Docbook/Preprocess/Xsl/docbook2html.xsl
index 473e121ad..3287f2221 100644
--- a/ws/Docbook/Preprocess/Xsl/docbook2html.xsl
+++ b/ws/Docbook/Preprocess/Xsl/docbook2html.xsl
@@ -54,14 +54,9 @@
           <xsl:value-of select="$htmlPresentationLinkFileBasename"/>
         </xsl:variable>
 
-        <xsl:message>
-          <xsl:text>$htmlPresentationLinkFilename=</xsl:text>
-          <xsl:value-of select="$htmlPresentationLinkFilename"/>
-        </xsl:message>
-
         <!--
           Hack circumventing docbook XSL bug https://sourceforge.net/p/docbook/bugs/1399
-          preventing nesting of <inlinemediaobject> descendant inside <figure>/<title>.
+          preventing nesting of <inlinemediaobject> descendants inside <figure>/<title>.
         -->
       
         <xsl:result-document href="target/profile/{$htmlPresentationLinkFilename}" method="html" encoding="utf-8" indent="no">
-- 
GitLab