Skip to content

Commit d414d7a

Browse files
namedgraphclaude
andcommitted
Remove doc-fetched debug xsl:message calls
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 28e0380 commit d414d7a

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

  • src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/default.xsl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ exclude-result-prefixes="#all"
9797
<xsl:apply-templates select="$object-metadata!key('resources', $this, .)" mode="ac:label"/>
9898
</xsl:when>
9999
<xsl:when test="ixsl:doc-fetched(ac:document-uri(.)) and key('resources', ., document(ac:document-uri(.)))" use-when="system-property('xsl:product-name') eq 'SaxonJS'">
100-
<xsl:message select="'ac:object-label doc-fetched HIT: ' || ac:document-uri(.) || ' for ' || ."/>
101100
<xsl:apply-templates select="key('resources', ., document(ac:document-uri(.)))" mode="ac:label"/>
102101
</xsl:when>
103102
<xsl:when test="doc-available(ac:document-uri(.)) and key('resources', ., document(ac:document-uri(.)))" use-when="system-property('xsl:product-name') = 'SAXON'">
@@ -384,7 +383,6 @@ exclude-result-prefixes="#all"
384383
<xsl:apply-templates select="$property-metadata/key('resources', $this, .)" mode="ac:label"/>
385384
</xsl:when>
386385
<xsl:when test="ixsl:doc-fetched(ac:document-uri(namespace-uri())) and key('resources', $this, document(ac:document-uri(namespace-uri())))" use-when="system-property('xsl:product-name') eq 'SaxonJS'">
387-
<xsl:message select="'ac:property-label doc-fetched HIT: ' || ac:document-uri(namespace-uri()) || ' for ' || $this"/>
388386
<xsl:apply-templates select="key('resources', $this, document(ac:document-uri(namespace-uri())))" mode="ac:label"/>
389387
</xsl:when>
390388
<xsl:when test="doc-available(ac:document-uri(namespace-uri())) and key('resources', $this, document(ac:document-uri(namespace-uri())))" use-when="system-property('xsl:product-name') = 'SAXON'">

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/rdf.xsl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ exclude-result-prefixes="#all">
7474

7575
<label class="control-label" for="{$for}" title="{$this}">
7676
<xsl:value-of select="ac:label(key('resources', $this, document(ac:document-uri(namespace-uri()))))" use-when="system-property('xsl:product-name') = 'SAXON'"/>
77-
<xsl:if test="ixsl:doc-fetched(ac:document-uri(namespace-uri()))" use-when="system-property('xsl:product-name') eq 'SaxonJS'">
78-
<xsl:message select="'rdf.xsl bs2:TypeControl doc-fetched HIT: ' || ac:document-uri(namespace-uri()) || ' for ' || $this"/>
79-
</xsl:if>
8077
<xsl:value-of select="ac:label(key('resources', $this, if (ixsl:doc-fetched(ac:document-uri(namespace-uri()))) then document(ac:document-uri(namespace-uri())) else ()))" use-when="system-property('xsl:product-name') eq 'SaxonJS'"/>
8178
</label>
8279

0 commit comments

Comments
 (0)