mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
remove debug logging
This commit is contained in:
parent
c3256c2874
commit
67a3ca881b
@ -2041,7 +2041,6 @@ startThread(Thread* t, object javaThread)
|
||||
ACQUIRE_RAW(t, t->m->stateLock);
|
||||
|
||||
if (t->m->threadCount > t->m->liveCount + ZombieCollectionThreshold) {
|
||||
fprintf(stderr, "hit zombie collection threshold\n");
|
||||
collect(t, Heap::MinorCollection);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user