mirror of
https://github.com/Z3Prover/z3
synced 2025-07-29 15:37:58 +00:00
remove verbose output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e54928679f
commit
95be0cf9ba
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ namespace euf {
|
||||||
|
|
||||||
|
|
||||||
m_todo.push_back(t);
|
m_todo.push_back(t);
|
||||||
verbose_stream() << "check " << mk_pp(t, m) << "\n";
|
|
||||||
expr_fast_mark1 visited;
|
expr_fast_mark1 visited;
|
||||||
while (!m_todo.empty()) {
|
while (!m_todo.empty()) {
|
||||||
expr* e = m_todo.back();
|
expr* e = m_todo.back();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue