mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 14:23:40 +00:00
remove debug print
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
24ff0f2d36
commit
cffe5fe1a5
1 changed files with 1 additions and 3 deletions
|
@ -624,10 +624,8 @@ void cmd_context::set_produce_proofs(bool f) {
|
||||||
if (m_params.m_proof == f)
|
if (m_params.m_proof == f)
|
||||||
return;
|
return;
|
||||||
SASSERT(!has_assertions());
|
SASSERT(!has_assertions());
|
||||||
if (has_manager()) {
|
if (has_manager())
|
||||||
m().toggle_proof_mode(f ? PGM_ENABLED : PGM_DISABLED);
|
m().toggle_proof_mode(f ? PGM_ENABLED : PGM_DISABLED);
|
||||||
std::cout << m_params.m_proof << " " << f << "\n";
|
|
||||||
}
|
|
||||||
m_params.m_proof = f;
|
m_params.m_proof = f;
|
||||||
mk_solver();
|
mk_solver();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue