3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

remove output

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-12-28 12:08:10 -08:00
parent 5ed27a6c38
commit 743e56bda3

View file

@ -71,7 +71,6 @@ namespace euf {
void solver::updt_params(params_ref const& p) {
m_config.updt_params(p);
std::cout << get_config().m_relevancy_lvl << "\n";
}
/**