From e4d7dc5116b68a156ca870862fa400cf10e75585 Mon Sep 17 00:00:00 2001 From: Code WvS Date: Sun, 1 Mar 2015 18:41:56 +0100 Subject: (re)move debug blocks --- threads.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'threads.js') 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 :) -- cgit v1.3.1