remove debug printing
This commit is contained in:
parent
b513d6a07b
commit
869bff43f0
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ int create_shapefile_index(std::string const& filename, bool index_parts, bool s
|
|||
cmd += "shapeindex";
|
||||
if (index_parts) cmd+= " --index-parts ";
|
||||
cmd += filename;
|
||||
std::cerr << cmd << std::endl;
|
||||
if (silent)
|
||||
{
|
||||
#ifndef _WINDOWS
|
||||
|
|
Loading…
Reference in a new issue