Skip to content

Commit

Permalink
remove output
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed May 11, 2023
1 parent f6ab5a6 commit 046b80f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/smt/proto_model/proto_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ void proto_model::compress() {
void proto_model::complete_partial_func(func_decl * f, bool use_fresh) {
func_interp * fi = get_func_interp(f);
if (fi && fi->is_partial()) {
verbose_stream() << "complete " << f->get_name() << " " << use_fresh << "\n";
expr * else_value;
if (use_fresh) {
else_value = get_fresh_value(f->get_range());
Expand Down

0 comments on commit 046b80f

Please sign in to comment.