mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
comment out some debugging log messages
This commit is contained in:
parent
c894543806
commit
d97fab6036
@ -2658,16 +2658,16 @@ findInTable(Thread* t, object table, object name, object spec,
|
||||
}
|
||||
}
|
||||
|
||||
fprintf(stderr, "%s %s not in\n",
|
||||
&byteArrayBody(t, name, 0),
|
||||
&byteArrayBody(t, spec, 0));
|
||||
// fprintf(stderr, "%s %s not in\n",
|
||||
// &byteArrayBody(t, name, 0),
|
||||
// &byteArrayBody(t, spec, 0));
|
||||
|
||||
for (unsigned i = 0; i < arrayLength(t, table); ++i) {
|
||||
object o = arrayBody(t, table, i);
|
||||
fprintf(stderr, "\t%s %s\n",
|
||||
&byteArrayBody(t, getName(t, o), 0),
|
||||
&byteArrayBody(t, getSpec(t, o), 0));
|
||||
}
|
||||
// for (unsigned i = 0; i < arrayLength(t, table); ++i) {
|
||||
// object o = arrayBody(t, table, i);
|
||||
// fprintf(stderr, "\t%s %s\n",
|
||||
// &byteArrayBody(t, getName(t, o), 0),
|
||||
// &byteArrayBody(t, getSpec(t, o), 0));
|
||||
// }
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user