Skip to content

Commit 1fec0fa

Browse files
remove verbose output
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 01fbc0e commit 1fec0fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ast/datatype_decl_plugin.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,6 @@ namespace datatype {
12641264
unsigned start2 = rand();
12651265
for (; j < num_args; j++) {
12661266
unsigned i = (start2 + j) % num_args;
1267-
verbose_stream() << i << " " << start << " " << j << " tid: " << ty->get_id() << " " << num_args << "\n";
12681267
sort * T_i = autil.get_array_range_rec(c->get_domain(i));
12691268
TRACE("util_bug", tout << "c: " << i << " " << sort_ref(T_i, m) << "\n";);
12701269
if (!is_datatype(T_i)) {

0 commit comments

Comments
 (0)