remove stderr
This commit is contained in:
parent
24b8f7d67b
commit
a4e15b5a47
1 changed files with 0 additions and 1 deletions
|
@ -596,7 +596,6 @@ mapnik::featureset_ptr csv_datasource::features(mapnik::query const& q) const
|
||||||
}
|
}
|
||||||
else if (has_disk_index_)
|
else if (has_disk_index_)
|
||||||
{
|
{
|
||||||
std::cerr << "DISK_INDEX" << std::endl;
|
|
||||||
mapnik::filter_in_box filter(q.get_bbox());
|
mapnik::filter_in_box filter(q.get_bbox());
|
||||||
return std::make_shared<csv_index_featureset>(filename_, filter, locator_, separator_, headers_, ctx_);
|
return std::make_shared<csv_index_featureset>(filename_, filter, locator_, separator_, headers_, ctx_);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue