remove stderr

This commit is contained in:
artemp 2016-05-17 13:45:05 +02:00
parent c66fd480b5
commit de13582004

View file

@ -60,7 +60,6 @@ TEST_CASE("topology")
mapnik::transcoder tr("utf8");
for (auto const& path : mapnik::util::list_directory("test/data/topojson/"))
{
std::cerr << path << std::endl;
mapnik::topojson::topology topo;
REQUIRE(parse_topology(path, topo));
for (auto const& geom : topo.geometries)