From f05222c9209c6326487c8cbb3ab6b1ac7191fbff Mon Sep 17 00:00:00 2001 From: mdroe Date: Tue, 25 Feb 2014 18:38:25 +0000 Subject: 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 --- lib/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/graph.py') 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: -- cgit