diff --git a/js/id/ui/commit.js b/js/id/ui/commit.js index f2c092642..2c11424d6 100644 --- a/js/id/ui/commit.js +++ b/js/id/ui/commit.js @@ -90,14 +90,7 @@ iD.ui.Commit = function(context) { // Confirm Button var saveButton = saveSection.append('button') - .attr('class', 'action col3 button') - .on('click.save', function() { - var comment = commentField.node().value; - localStorage.comment = comment; - event.save({ - comment: comment - }); - }); + .attr('class', 'action col3 button'); saveButton.append('span') .attr('class', 'label')