From: Robert Kaiser Date: Tue, 27 Dec 2011 21:10:10 +0000 (+0100) Subject: remove debug message X-Git-Tag: legacy-preGL~83 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=4c13fe0c682d92455ec29a8903912ade594e3043;hp=993fd08173d1f8a30b17d6e1e805b7e5034116d8 remove debug message --- diff --git a/js/map.js b/js/map.js index 7d2cd54..2218080 100644 --- a/js/map.js +++ b/js/map.js @@ -413,7 +413,7 @@ function startTracking() { var getStoredTrack = function() { if (mainDB) gTrackStore.getList(function(aTPoints) { - document.getElementById("debug").textContent = aTPoints.length + " points loaded."; + //document.getElementById("debug").textContent = aTPoints.length + " points loaded."; if (aTPoints.length) { gTrack = aTPoints; }