Clean useless and talkative output

This commit is contained in:
Mael Rouxel-Labbé 2020-03-04 14:20:41 +01:00
parent 432d5c724a
commit 6ada1e8d16
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ void index_uniqueness(const G&,
ForwardRange range,
IndexPropertyMap pm)
{
std::cout << "index_uniqueness" << std::endl;
typename boost::range_iterator<ForwardRange>::type
begin = boost::begin(range),
begin2 = boost::begin(range),