diff --git a/region.cpp b/region.cpp index 1a7be01..dc9131c 100644 --- a/region.cpp +++ b/region.cpp @@ -44,8 +44,6 @@ std::map Region::parse_geojson(const std::string& jso std::map rr; for (auto& el : j["features"].items()) { - std::cout << "X"; - if (el.value()["properties"]["alltags"].count("short_name") > 0) name = el.value()["properties"]["alltags"]["short_name"]; else if (el.value()["properties"].count("name") > 0)