From de135820047e1c6719c29000b7d7372f01f4a195 Mon Sep 17 00:00:00 2001 From: artemp Date: Tue, 17 May 2016 13:45:05 +0200 Subject: [PATCH] remove stderr --- test/unit/datasource/topojson.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/datasource/topojson.cpp b/test/unit/datasource/topojson.cpp index 78b75de87..0e1becda0 100644 --- a/test/unit/datasource/topojson.cpp +++ b/test/unit/datasource/topojson.cpp @@ -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)