remove debug printing

This commit is contained in:
artemp 2016-01-04 15:15:05 +00:00
parent b513d6a07b
commit 869bff43f0

View file

@ -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