mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
remove debug logging
This commit is contained in:
parent
1dfa421a6c
commit
fcc4ff93e0
@ -3698,8 +3698,6 @@ runJavaThread(Thread* t)
|
||||
void
|
||||
runFinalizeThread(Thread* t)
|
||||
{
|
||||
fprintf(stderr, "run finalize thread\n");
|
||||
|
||||
setDaemon(t, t->javaThread, true);
|
||||
|
||||
object list = 0;
|
||||
@ -3714,8 +3712,6 @@ runFinalizeThread(Thread* t)
|
||||
}
|
||||
|
||||
if (t->m->finalizeThread == 0) {
|
||||
fprintf(stderr, "exit finalize thread\n");
|
||||
|
||||
return;
|
||||
} else {
|
||||
list = t->m->objectsToFinalize;
|
||||
|
Loading…
Reference in New Issue
Block a user