diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2020-05-24 17:29:28 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-05-26 11:33:10 -0700 |
commit | 3a1502de7105b70e9db6558c8565efc95e6a8a18 (patch) | |
tree | 33a8a1811045c301ad8e5c8954c34a95865f64e7 /xslt | |
parent | a1c59260bc2ba1fa4ba46f0ace76b40b96bd42bf (diff) | |
download | subsurface-3a1502de7105b70e9db6558c8565efc95e6a8a18.tar.gz |
Remove debug output
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/subsurfacecsv.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/subsurfacecsv.xslt b/xslt/subsurfacecsv.xslt index b0a1b12e9..81aa03033 100644 --- a/xslt/subsurfacecsv.xslt +++ b/xslt/subsurfacecsv.xslt @@ -238,7 +238,7 @@ <xsl:with-param name="index" select="'10'"/> </xsl:call-template> - <location debug="{$cylinders}"> + <location> <xsl:variable name="gps"> <xsl:call-template name="getFieldByIndex"> <xsl:with-param name="index" select="16 + ($cylinders - 1) * 5"/> |