summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-04-09 13:25:12 +0000
committertinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-04-09 13:25:12 +0000
commit50785b0ebb1782965921904646b4967f3deade19 (patch)
tree46e86254993142deae655db6dc6ba4a30ccb4141
parent7460cfe5411ea8ab418b4c6fcf32f6dbf2768935 (diff)
downloadnavit-50785b0ebb1782965921904646b4967f3deade19.tar.gz
Fix:Core:Remove accidentially introduced verbosity
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2198 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--navit/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/route.c b/navit/route.c
index 57e43a259..3cce31a5f 100644
--- a/navit/route.c
+++ b/navit/route.c
@@ -72,7 +72,7 @@ struct map_priv {
struct route *route;
};
-int debug_route=1;
+int debug_route=0;
/**
* @brief A point in the route graph