3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

remove debug output

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-05-02 13:05:08 -07:00
parent f17691715b
commit 6c24a70c44

View file

@ -2006,7 +2006,6 @@ void cmd_context::complete_model(model_ref& md) const {
md->register_decl(f, body);
}
}
verbose_stream() << *md << "\n";
}
/**