summaryrefslogtreecommitdiff
path: root/htdocs/streeteditor.js
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/streeteditor.js')
-rw-r--r--htdocs/streeteditor.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/htdocs/streeteditor.js b/htdocs/streeteditor.js
index 340a10a..6cc8e18 100644
--- a/htdocs/streeteditor.js
+++ b/htdocs/streeteditor.js
@@ -77,9 +77,7 @@ if (editor_mode) {
// polyline.on('dragend', onDragEnd); // TODO: Doesn't work, see "workaround" below
polyline.enableEdit();
if (interactive) {
- console.log(coords);
latlng = L.latLng(polyline_get_middle_coords(coords));
- console.log("NEW=" + latlng);
jump_to(latlng, 8);
}
}