summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-07-25 15:38:10 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-07-25 15:38:10 (GMT)
commit10d16524ff635dfa0aefb3a36f511e13ef7a3930 (patch)
tree8a336286eae6b6d3b53944f64611683fc02be403 /ds9/library
parent8147f789c41ed5bd15748a931a6ab342776db47d (diff)
downloadblt-10d16524ff635dfa0aefb3a36f511e13ef7a3930.zip
blt-10d16524ff635dfa0aefb3a36f511e13ef7a3930.tar.gz
blt-10d16524ff635dfa0aefb3a36f511e13ef7a3930.tar.bz2
combine debugWCS and debugAST
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/debug.tcl8
1 files changed, 0 insertions, 8 deletions
diff --git a/ds9/library/debug.tcl b/ds9/library/debug.tcl
index a432045..4523ad8 100644
--- a/ds9/library/debug.tcl
+++ b/ds9/library/debug.tcl
@@ -24,7 +24,6 @@ proc DebugDef {} {
set debug(tcl,xpa) 0
set debug(tcl,image) 0
- set debug(tksao,ast) 0
set debug(tksao,mosaic) 0
set debug(tksao,parser) 0
set debug(tksao,perf) 0
@@ -98,9 +97,6 @@ proc DebugMenu {} {
-variable debug(tcl,image)
menu $ds9(mb).debug.tksao
- $ds9(mb).debug.tksao add checkbutton -label {AST} \
- -variable debug(tksao,ast) \
- -command "Debug ast debug(tksao,ast)"
$ds9(mb).debug.tksao add checkbutton -label {Mosaic} \
-variable debug(tksao,mosaic) \
-command "Debug mosaic debug(tksao,mosaic)"
@@ -205,10 +201,6 @@ proc ProcessDebugCmd {varname iname} {
global debug
switch -- [string tolower [lindex $var $i]] {
- ast {
- set debug(tksao,ast) 1
- Debug ast debug(tksao,ast)
- }
mosaic {
set debug(tksao,mosaic) 1
Debug mosaic debug(tksao,mosaic)