mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 09:04:07 +00:00
remove verbose output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
01fbc0e8e7
commit
1fec0fa35b
|
@ -1264,7 +1264,6 @@ namespace datatype {
|
|||
unsigned start2 = rand();
|
||||
for (; j < num_args; j++) {
|
||||
unsigned i = (start2 + j) % num_args;
|
||||
verbose_stream() << i << " " << start << " " << j << " tid: " << ty->get_id() << " " << num_args << "\n";
|
||||
sort * T_i = autil.get_array_range_rec(c->get_domain(i));
|
||||
TRACE("util_bug", tout << "c: " << i << " " << sort_ref(T_i, m) << "\n";);
|
||||
if (!is_datatype(T_i)) {
|
||||
|
|
Loading…
Reference in a new issue