projects
/
lantea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
993fd08
)
remove debug message
author
Robert Kaiser
<robert@notebook.box.kairo.at>
Tue, 27 Dec 2011 21:10:10 +0000
(22:10 +0100)
committer
Robert Kaiser
<robert@notebook.box.kairo.at>
Tue, 27 Dec 2011 21:10:10 +0000
(22:10 +0100)
js/map.js
patch
|
blob
|
blame
|
history
diff --git
a/js/map.js
b/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) {
- document.getElementById("debug").textContent = aTPoints.length + " points loaded.";
+
//
document.getElementById("debug").textContent = aTPoints.length + " points loaded.";
if (aTPoints.length) {
gTrack = aTPoints;
}