remove debug output

This commit is contained in:
Dennis Luxen 2014-05-30 19:48:34 +02:00
parent a671f63a3e
commit 282f70ea91

View File

@ -169,5 +169,4 @@ void DouglasPeucker::Run(std::vector<SegmentInformation> &input_geometry, const
}
}
}
SimpleLogger().Write() << "size: " << input_geometry.size() << ", necessary: " << point_count;
}