diff --git a/plugins/input/shape/shape_index_featureset.cpp b/plugins/input/shape/shape_index_featureset.cpp index 0fe625487..9fa271ae2 100644 --- a/plugins/input/shape/shape_index_featureset.cpp +++ b/plugins/input/shape/shape_index_featureset.cpp @@ -70,7 +70,6 @@ shape_index_featureset::shape_index_featureset(filterT const& filter, } std::sort(offsets_.begin(), offsets_.end(), [](detail::node const& n0, detail::node const& n1) {return n0.offset != n1.offset ? n0.offset < n1.offset : n0.start < n1.start;}); - std::cerr << "shape_index_featureset: Query size=" << offsets_.size() << std::endl; MAPNIK_LOG_DEBUG(shape) << "shape_index_featureset: Query size=" << offsets_.size(); itr_ = offsets_.begin(); }