summaryrefslogtreecommitdiffstats
path: root/ds9/library/xpa.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-07-11 20:51:29 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-07-11 20:51:29 (GMT)
commit5fc9b27bc5df345a939c23df85085b640d39c3f9 (patch)
tree90485d293b4ec180a2ade37199a039a17728bc3c /ds9/library/xpa.tcl
parent07854c67d41be66eac108100fdacddeede2b97da (diff)
downloadblt-5fc9b27bc5df345a939c23df85085b640d39c3f9.zip
blt-5fc9b27bc5df345a939c23df85085b640d39c3f9.tar.gz
blt-5fc9b27bc5df345a939c23df85085b640d39c3f9.tar.bz2
rm analysisMarker code
Diffstat (limited to 'ds9/library/xpa.tcl')
-rw-r--r--ds9/library/xpa.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/ds9/library/xpa.tcl b/ds9/library/xpa.tcl
index a352282..5dde6b5 100644
--- a/ds9/library/xpa.tcl
+++ b/ds9/library/xpa.tcl
@@ -2166,7 +2166,6 @@ proc XPACatchError {xpa} {
global errorInfo
if {$errorInfo != {} || $ds9(msg) != {}} {
- xpaerror $xpa "$errorInfo"
if {$ds9(msg) != {}} {
xpaerror $xpa $ds9(msg)
} else {