Remove forgotten bit of debugging output

sql-rework
Tomasz Golinski 2020-04-03 02:25:58 +02:00
rodzic 7d9e978543
commit 5a6c76fc6a
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -44,8 +44,6 @@ std::map<std::string, ContourData*> Region::parse_geojson(const std::string& jso
std::map<std::string, ContourData*> 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)