remove debug message
authorRobert Kaiser <robert@notebook.box.kairo.at>
Tue, 27 Dec 2011 21:10:10 +0000 (22:10 +0100)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Tue, 27 Dec 2011 21:10:10 +0000 (22:10 +0100)
js/map.js

index 7d2cd540eefcc80aff655c9f07b2620974f372dc..221808094d238bfb89059ca9bf5a451282f17b0e 100644 (file)
--- a/js/map.js
+++ b/js/map.js
@@ -413,7 +413,7 @@ function startTracking() {
   var getStoredTrack = function() {
     if (mainDB)
       gTrackStore.getList(function(aTPoints) {
   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;
         }
         if (aTPoints.length) {
           gTrack = aTPoints;
         }