From 7d72cc1930839f05e692c794a034471cfd5d1264 Mon Sep 17 00:00:00 2001 From: artemp Date: Tue, 17 May 2016 13:47:31 +0200 Subject: [PATCH] more cleanups --- include/mapnik/json/topojson_utils.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/mapnik/json/topojson_utils.hpp b/include/mapnik/json/topojson_utils.hpp index 39c759f77..94ffd75f7 100644 --- a/include/mapnik/json/topojson_utils.hpp +++ b/include/mapnik/json/topojson_utils.hpp @@ -42,7 +42,6 @@ struct bounding_box_visitor box2d operator() (mapnik::topojson::empty const&) const { - std::cerr << "EMPTY FAIL" << std::endl; return box2d(); }