summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpohlinkzei <pohlinkzei@gmx-topmail.de>2016-04-27 21:34:15 +0200
committerpohlinkzei <pohlinkzei@gmx-topmail.de>2016-04-27 21:34:15 +0200
commit075518aa23b0ee963aaa6665c343f93d1400f820 (patch)
tree4fe63b5cef431c0d841271799e331d206231544a
parent9564454c7ad9fdd1c995a806bc76dc7a123ffabf (diff)
downloadnavit-075518aa23b0ee963aaa6665c343f93d1400f820.tar.gz
remove debug message
-rw-r--r--navit/navit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/navit.c b/navit/navit.c
index 4663a9041..3df2a7ef2 100644
--- a/navit/navit.c
+++ b/navit/navit.c
@@ -670,7 +670,7 @@ navit_autozoom(struct navit *this_, struct coord *center, int speed, int draw)
transform_get_size(this_->trans, &w, &h);
transform(this_->trans, transform_get_projection(this_->trans), center, &pc, 1, 0, 0, NULL);
scale = transform_get_scale(this_->trans);
- dbg(lvl_error, "scale: %i\n", scale);
+
/* We make sure that the point we want to see is within a certain range
* around the vehicle. The radius of this circle is the size of the
* screen. This doesn't necessarily mean the point is visible because of