remove stderr
This commit is contained in:
parent
c66fd480b5
commit
de13582004
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ TEST_CASE("topology")
|
||||||
mapnik::transcoder tr("utf8");
|
mapnik::transcoder tr("utf8");
|
||||||
for (auto const& path : mapnik::util::list_directory("test/data/topojson/"))
|
for (auto const& path : mapnik::util::list_directory("test/data/topojson/"))
|
||||||
{
|
{
|
||||||
std::cerr << path << std::endl;
|
|
||||||
mapnik::topojson::topology topo;
|
mapnik::topojson::topology topo;
|
||||||
REQUIRE(parse_topology(path, topo));
|
REQUIRE(parse_topology(path, topo));
|
||||||
for (auto const& geom : topo.geometries)
|
for (auto const& geom : topo.geometries)
|
||||||
|
|
Loading…
Reference in a new issue