mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
remove prints
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bb69aa88fb
commit
f2a7bcaf5d
|
@ -3957,8 +3957,6 @@ app* theory_seq::mk_value(app* e) {
|
|||
SASSERT(m_factory);
|
||||
expr_ref val(m);
|
||||
val = m_factory->get_some_value(m.get_sort(result));
|
||||
std::cout << "is-var " << result << "\n";
|
||||
std::cout << "val " << val << "\n";
|
||||
if (val) {
|
||||
result = val;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue