+ remove debug print

This commit is contained in:
Artem Pavlenko 2012-06-14 15:10:32 +01:00
parent 2ac6384992
commit 9655491b7f

View file

@ -151,7 +151,6 @@ mapnik::featureset_ptr geojson_datasource::features(mapnik::query const& q) cons
{
box_type box(point_type(b.minx(),b.miny()),point_type(b.maxx(),b.maxy()));
index_array_ = tree_.find(box);
std::cout << "QUERY SIZE=" << index_array_.size() << std::endl;
return boost::make_shared<geojson_featureset>(features_, index_array_.begin(), index_array_.end());
}
// otherwise return an empty featureset pointer