From b02d20c5ee0c53996f7b33ad8f08eaf8223537c9 Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Mon, 11 Sep 2017 17:06:24 -0400 Subject: [PATCH] removed commented out line --- helper/geojsonify.js | 1 - 1 file changed, 1 deletion(-) diff --git a/helper/geojsonify.js b/helper/geojsonify.js index ad67296c..45aad1f8 100644 --- a/helper/geojsonify.js +++ b/helper/geojsonify.js @@ -51,7 +51,6 @@ function geojsonifyPlace(params, place) { output.bounding_box = place.bounding_box; } - // addMetaData(place, output); addName(place, output); addDetails(params, place, output);