remove debug output

This commit is contained in:
Laura Klünder 2017-11-22 23:50:05 +01:00
parent 0c34d348da
commit 397f8dd9ef

View file

@ -574,6 +574,7 @@ c3nav = {
});
},
update_map_locations: function () {
console.log('ha!');
// update locations markers on the map
var origin = $('#origin-input').data('location'),
destination = $('#destination-input').data('location'),