Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed May 1, 2022
1 parent 9cc5f69 commit 98e1c86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/opt/opt_cores.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ namespace opt {
}

void cores::updt_params(params_ref& _p) {
std::cout << _p << "\n";
opt_params p(_p);
m_hill_climb = p.maxres_hill_climb();
m_max_num_cores = p.maxres_max_num_cores();
Expand Down

1 comment on commit 98e1c86

@NikolajBjorner
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove debugging instrumentation

Please sign in to comment.