mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Remove stray console log
This commit is contained in:
@@ -200,7 +200,6 @@ iD.Map = function() {
|
||||
function drawAccuracyHandles(waynodes) {
|
||||
var handles = g.hit.selectAll('circle.accuracy-handle')
|
||||
.data(waynodes, key);
|
||||
console.log(handles);
|
||||
handles.exit().remove();
|
||||
handles.enter().append('circle')
|
||||
.attr({ r: 2, 'class': 'accuracy-handle' })
|
||||
|
||||
Reference in New Issue
Block a user