3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-12 01:56:22 +00:00

Removed logging

This commit is contained in:
CEisenhofer 2026-06-11 16:14:07 +02:00
parent fd8100475c
commit b9d5f273ee
2 changed files with 6 additions and 7 deletions

View file

@ -907,7 +907,6 @@ namespace euf {
return mk(e);
}
std::cout << "Derivative of " << mk_pp(re_expr, m) << "\nwith respect to " << mk_pp(elem_expr, m) << std::endl;
const expr_ref result = m_rewriter.mk_derivative(elem_expr, re_expr);
SASSERT(result);
return mk(result);