Commit 1c968dcf authored by Paul's avatar Paul
Browse files

Remove extra print

parent 58f60f27
...@@ -151,7 +151,6 @@ struct compile_plan ...@@ -151,7 +151,6 @@ struct compile_plan
{ {
pc.mark(preop.name(), problem); pc.mark(preop.name(), problem);
const auto& solutions = config->solutions; const auto& solutions = config->solutions;
std::cout << solutions.size() << std::endl;
results.resize(solutions.size()); results.resize(solutions.size());
for(auto i : range(solutions.size())) for(auto i : range(solutions.size()))
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment