summaryrefslogtreecommitdiffstats
path: root/ds9/library/hvsup.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-06-27 17:35:55 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-06-27 17:35:55 (GMT)
commit8d809bef8bf9b81b2f7561e8a3ec9c65174408d5 (patch)
tree82c546ee4ae08c3fc3686cd53e7aa7de3cc8e8d8 /ds9/library/hvsup.tcl
parent30b42b0f079c5ad56dea6fbb3f077d9049e66c52 (diff)
downloadblt-8d809bef8bf9b81b2f7561e8a3ec9c65174408d5.zip
blt-8d809bef8bf9b81b2f7561e8a3ec9c65174408d5.tar.gz
blt-8d809bef8bf9b81b2f7561e8a3ec9c65174408d5.tar.bz2
rm debug print statements
Diffstat (limited to 'ds9/library/hvsup.tcl')
-rw-r--r--ds9/library/hvsup.tcl4
1 files changed, 0 insertions, 4 deletions
diff --git a/ds9/library/hvsup.tcl b/ds9/library/hvsup.tcl
index f64b799..ca0f0bf 100644
--- a/ds9/library/hvsup.tcl
+++ b/ds9/library/hvsup.tcl
@@ -1344,7 +1344,6 @@ proc HVParseXPASet {varname} {
global $varname
global ds9
- puts stderr "HVParseXPASet: [HVParseMimeParam $varname paramlist]"
global debug
if {$debug(tcl,hv)} {
puts stderr "HVParseXPASet: [HVParseMimeParam $varname paramlist]"
@@ -1352,12 +1351,9 @@ proc HVParseXPASet {varname} {
if {[info exists var(xpa,target)]} {
set target $var(xpa,target)
- puts stderr a
} else {
set target [HVParseMimeParam $varname target]
- puts stderr b
}
- puts stderr "[HVParseMimeParam $varname target]"
if {$target == "$ds9(title)" ||
$target == "DS9:*" ||