mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
stdout
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9ec0f94ab9
commit
b2af7ea68f
|
@ -246,8 +246,6 @@ namespace smt {
|
|||
}
|
||||
|
||||
if (info.interpreted) {
|
||||
std::cout << "recur: " << r->get_id() << "\n";
|
||||
std::cout << mk_pp(r, m) << "\n";
|
||||
update_state_graph(r);
|
||||
|
||||
if (m_state_graph.is_dead(get_state_id(r))) {
|
||||
|
|
Loading…
Reference in a new issue