3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

removed debug output

This commit is contained in:
Christoph M. Wintersteiger 2016-10-25 12:20:45 +01:00
parent 5fee1ea3c0
commit dc78a04135

View file

@ -953,7 +953,6 @@ extern "C" {
SET_ERROR_CODE(Z3_INVALID_ARG);
return 0;
}
std::cout << "val=" << mpfm.to_string(val) << std::endl;
app * a;
if (mpfm.is_pos(val))
a = ctx->bvutil().mk_numeral(0, 1);