]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/new_note.js.erb
Fixed border consistency
[rails.git] / app / assets / javascripts / index / new_note.js.erb
index 95e38b2d3dea4a39a064f32277d6539a8c37092c..780bccbca1958abe25bcc91badebc0095719a505 100644 (file)
@@ -123,7 +123,6 @@ OSM.NewNote = function(map) {
     });
 
     newNote.on("dragstart dragend", function(a) {
-      console.log(a);
       newHalo(newNote.getLatLng(), a.type);
     });