remove debug statements
This commit is contained in:
parent
cb452643df
commit
384ef43209
1 changed files with 0 additions and 2 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue