Removed some output in bench

This commit is contained in:
m.overtheil 2014-12-04 12:17:21 +01:00
parent e893bc94d3
commit 060c4f208f
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ int main(int argc,char *argv[])
std::cerr << result[i].x()<<" "<<result[i].y()<<" "<<result[i].z()<< std::endl;
}
}
if(dump)
search.statistics(std::cerr);
dump = false;
}
t.stop();