From: Sapan Bhatia <sapanb@cs.princeton.edu> Date: Tue, 27 Oct 2009 03:24:41 +0000 (+0000) Subject: Removed debugging line X-Git-Tag: sfa-0.9-6~98 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cd8bb706f302ff53b95439b6473cbc583e34b908;p=sfa.git Removed debugging line --- diff --git a/sfatables/processors/restrict_to_nodes.xsl b/sfatables/processors/restrict_to_nodes.xsl index 4d8f6480..12ff4cd5 100644 --- a/sfatables/processors/restrict_to_nodes.xsl +++ b/sfatables/processors/restrict_to_nodes.xsl @@ -14,7 +14,6 @@ <!-- Drop nodes that are not in the whitelist --> <xsl:template match="node"> - <xsl:value-of select="$blacklist_prefix"/> <xsl:choose> <xsl:when test="starts-with(@name,$whitelist_prefix) and not($blacklist_prefix and starts-with(@name,$blacklist_prefix))"> <xsl:copy-of select="."/>