remove debug printing in shapefile driver
This commit is contained in:
parent
af2440b4e7
commit
f855ba7246
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ feature_ptr shape_featureset<filterT>::next()
|
||||||
if (!shape_.shp().is_eof())
|
if (!shape_.shp().is_eof())
|
||||||
{
|
{
|
||||||
long pos = shape_.shp().pos();
|
long pos = shape_.shp().pos();
|
||||||
std::cerr << pos << " " << reclen << std::endl;
|
//std::cerr << pos << " " << reclen << std::endl;
|
||||||
shape_.move_to(pos + 2 * reclen - 36);
|
shape_.move_to(pos + 2 * reclen - 36);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue