remove stderr
This commit is contained in:
parent
4ca0c21d73
commit
8f74de8525
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ using attr = std::tuple<std::string, mapnik::value>;
|
|||
#define REQUIRE_ATTRIBUTES(feature, attrs) \
|
||||
REQUIRE(bool(feature)); \
|
||||
for (auto const &kv : attrs) { \
|
||||
std::cerr << std::get<0>(kv) << std::endl; \
|
||||
REQUIRE(feature->has_key(std::get<0>(kv))); \
|
||||
CHECK(feature->get(std::get<0>(kv)) == std::get<1>(kv)); \
|
||||
} \
|
||||
|
|
Loading…
Reference in a new issue