X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c9600ea323b52aab7d317e6ea5440ac2fdb185b4..111dec6853f9938ac0efd05e9a1cb44fe0fdad66:/app/assets/javascripts/index/new_note.js.erb?ds=sidebyside diff --git a/app/assets/javascripts/index/new_note.js.erb b/app/assets/javascripts/index/new_note.js.erb index 95e38b2d3..780bccbca 100644 --- a/app/assets/javascripts/index/new_note.js.erb +++ b/app/assets/javascripts/index/new_note.js.erb @@ -123,7 +123,6 @@ OSM.NewNote = function(map) { }); newNote.on("dragstart dragend", function(a) { - console.log(a); newHalo(newNote.getLatLng(), a.type); });