diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-07-19 18:20:31 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-07-19 18:20:31 (GMT) |
commit | 299b4ed7bdd6d35afd078a1672292d5c6f41c790 (patch) | |
tree | e8f03bedf433fcb4f50edb71317269972475d061 | |
parent | 9410614ca753dd34cf8efa968cd2b28bb7945c7e (diff) | |
download | blt-299b4ed7bdd6d35afd078a1672292d5c6f41c790.zip blt-299b4ed7bdd6d35afd078a1672292d5c6f41c790.tar.gz blt-299b4ed7bdd6d35afd078a1672292d5c6f41c790.tar.bz2 |
rm debug statement
-rw-r--r-- | ds9/library/marker.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ds9/library/marker.tcl b/ds9/library/marker.tcl index 2a9352f..f003894 100644 --- a/ds9/library/marker.tcl +++ b/ds9/library/marker.tcl @@ -1226,7 +1226,6 @@ proc MarkerSave {} { $marker(format) $marker(system) $marker(sky) \ $marker(skyformat) $marker(strip) } - puts "z $errorInfo" } proc MarkerInfo {} { |