summaryrefslogtreecommitdiff
path: root/lib/graph.py
diff options
context:
space:
mode:
authormdroe <mdroe@stsci.edu>2014-02-25 13:38:25 -0500
committermdroe <mdroe@stsci.edu>2014-02-25 13:38:25 -0500
commitf05222c9209c6326487c8cbb3ab6b1ac7191fbff (patch)
treec603aaad1fbc8af325112697139acbafc307a28a /lib/graph.py
parenta7165575c9468dd1f9391673dfdd94663b7de9ea (diff)
downloadstsci.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.py2
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: