diff --git a/content/index.blade.php b/content/index.blade.php index 42ad05f..cd5c5dd 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -146,11 +146,6 @@ if (currentItems.length > 0) { let openInfoWindow = null; - /* currentItems = currentItems.filter(function(item){ - console.log(item.location, item[locationField] != undefined); - return item[locationField] != undefined; - }); */ - currentItems = currentItems.map(function (item) { item.location = {}; item.location.lat = parseFloat(item[locationField].lat);