remove debug statements

This commit is contained in:
Laura Klünder 2017-11-28 01:12:35 +01:00
parent cb452643df
commit 384ef43209

View file

@ -512,7 +512,6 @@ c3nav = {
($(window).width()-40)/(c3nav.bounds[1][0]-c3nav.bounds[0][0]),
($(window).height()-250)/(c3nav.bounds[1][1]-c3nav.bounds[0][1])
)));
console.log(minZoom);
// create leaflet map
c3nav.map = L.map('map', {
@ -578,7 +577,6 @@ 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'),