summaryrefslogtreecommitdiff
path: root/threads.js
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-03-01 18:41:56 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-03-01 18:41:56 +0100
commite4d7dc5116b68a156ca870862fa400cf10e75585 (patch)
tree1ca6e81d47cbf1dd05c1edc9bb3e605e613887f4 /threads.js
parentaf5e25ce067b1647a87ddaf8078fb0f838d1c984 (diff)
downloadsnap-yow-e4d7dc5116b68a156ca870862fa400cf10e75585.tar.gz
snap-yow-e4d7dc5116b68a156ca870862fa400cf10e75585.zip
(re)move debug blocks
Diffstat (limited to 'threads.js')
-rw-r--r--threads.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/threads.js b/threads.js
index 10f263f..3bf75f1 100644
--- a/threads.js
+++ b/threads.js
@@ -2638,10 +2638,6 @@ Process.prototype.focusMap = function (lon, lat, zoom) {
window.map.setView([lat, lon], zoom);
};
-Process.prototype.addMarker = function (pos) {
- L.marker(pos.contents).addTo(window.map);
-};
-
// Nesting reporters that 'doYield' sucks; as a workaround,
// there is a library imported that uses this function.
// TODO: Improve this :)