From 0c280b5066faecc5ddef3b3eecff0242e93d2a61 Mon Sep 17 00:00:00 2001 From: artemp Date: Fri, 16 Jan 2015 16:41:38 +0100 Subject: [PATCH] reduce verbosity --- plugins/input/large_geojson/large_geojson_datasource.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/input/large_geojson/large_geojson_datasource.cpp b/plugins/input/large_geojson/large_geojson_datasource.cpp index b4133b8ee..3f873fc4a 100644 --- a/plugins/input/large_geojson/large_geojson_datasource.cpp +++ b/plugins/input/large_geojson/large_geojson_datasource.cpp @@ -312,8 +312,6 @@ mapnik::featureset_ptr large_geojson_datasource::features(mapnik::query const& q mapnik::box2d const& box = q.get_bbox(); if (extent_.intersects(box)) { - std::cerr << "extent_.intersects(box)" << std::endl; - //box_type box(point_type(b.minx(),b.miny()),point_type(b.maxx(),b.maxy())); #if BOOST_VERSION >= 105600 large_geojson_featureset::array_type index_array; if (tree_)