Skip to content

Commit

Permalink
remove out
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Apr 20, 2022
1 parent ec57d3b commit e3c3584
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/solver/assertions/asserted_formulas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ void asserted_formulas::push_scope() {
}

void asserted_formulas::push_scope_core() {
std::cout << "push\n";
reduce();
commit();
SASSERT(inconsistent() || m_qhead == m_formulas.size() || m.limit().is_canceled());
Expand Down Expand Up @@ -261,7 +260,6 @@ bool asserted_formulas::check_well_sorted() const {
}

void asserted_formulas::reduce() {
std::cout << "reduce\n";
if (inconsistent())
return;
if (canceled())
Expand Down

0 comments on commit e3c3584

Please sign in to comment.