Skip to content

Commit 1abed3a

Browse files
committed
Removed debug output
1 parent d08f552 commit 1abed3a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/functions.xsl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,7 @@ exclude-result-prefixes="#all"
494494

495495
<xsl:function name="ldh:handle-response" as="item()*" ixsl:updating="yes">
496496
<xsl:param name="context" as="map(*)"/>
497-
498-
<xsl:message>ldh:handle-response</xsl:message>
499-
497+
500498
<xsl:variable name="request" select="$context('request')" as="map(*)"/>
501499
<xsl:variable name="response" select="$context('response')" as="map(*)"/>
502500
<xsl:variable name="default-retry-after" select="1" as="xs:integer"/>

0 commit comments

Comments
 (0)