remove debug printing in shapefile driver

This commit is contained in:
Artem Pavlenko 2010-01-20 15:26:22 +00:00
parent af2440b4e7
commit f855ba7246

View file

@ -104,7 +104,7 @@ feature_ptr shape_featureset<filterT>::next()
if (!shape_.shp().is_eof())
{
long pos = shape_.shp().pos();
std::cerr << pos << " " << reclen << std::endl;
//std::cerr << pos << " " << reclen << std::endl;
shape_.move_to(pos + 2 * reclen - 36);
}
else