Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joeytakeda committed Apr 23, 2024
1 parent 6e614df commit 38d90c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xsl/json.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@
</xd:doc>
<xsl:function name="hcmc:getTotalTermsInDoc" as="xs:integer" new-each-time="no">
<xsl:param name="docUri" as="xs:string"/>
<xsl:message select="$docUri"/>
<xsl:variable name="thisDoc" select="$tokenizedDocs[base-uri(.) = $docUri]" as="document-node()"/>
<xsl:variable name="thisDocSpans" select="$thisDoc//span[@ss-stem]" as="element(span)*"/>
<!--We tokenize these since there can be multiple stems for a given span-->
Expand Down

0 comments on commit 38d90c2

Please sign in to comment.