mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
debug output fix
This commit is contained in:
parent
a8fca8f77e
commit
99f5269b78
|
@ -1524,9 +1524,9 @@ std::string mpf_manager::to_string(mpf const & x) {
|
|||
}
|
||||
}
|
||||
|
||||
DEBUG_CODE(
|
||||
res += " " + to_string_raw(x);
|
||||
);
|
||||
//DEBUG_CODE(
|
||||
// res += " " + to_string_raw(x);
|
||||
//);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue