diff options
author | mdroe <mdroe@stsci.edu> | 2014-02-25 13:38:25 -0500 |
---|---|---|
committer | mdroe <mdroe@stsci.edu> | 2014-02-25 13:38:25 -0500 |
commit | f05222c9209c6326487c8cbb3ab6b1ac7191fbff (patch) | |
tree | c603aaad1fbc8af325112697139acbafc307a28a /lib/graph.py | |
parent | a7165575c9468dd1f9391673dfdd94663b7de9ea (diff) | |
download | stsci.sphere-f05222c9209c6326487c8cbb3ab6b1ac7191fbff.tar.gz |
Turn debugging back off
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@29970 fe389314-cf27-0410-b35b-8c050e845b92
Former-commit-id: 3353b4790521a881726a1fa50e629f3b572d5eea
Diffstat (limited to 'lib/graph.py')
-rw-r--r-- | lib/graph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/graph.py b/lib/graph.py index 16c31c8..9735856 100644 --- a/lib/graph.py +++ b/lib/graph.py @@ -50,7 +50,7 @@ from . import great_circle_arc from . import vector # Set to True to enable some sanity checks -DEBUG = True +DEBUG = False class Graph: |