summaryrefslogtreecommitdiff
path: root/lib/graph.py
diff options
context:
space:
mode:
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: