mirror of
https://github.com/corda/corda.git
synced 2025-05-09 20:12:56 +00:00
remove debug logging
This commit is contained in:
parent
e4e0015005
commit
b47dfdf5bd
@ -2849,9 +2849,6 @@ popResources(Thread* t)
|
|||||||
while (t->resource != t->checkpoint->resource) {
|
while (t->resource != t->checkpoint->resource) {
|
||||||
Thread::Resource* r = t->resource;
|
Thread::Resource* r = t->resource;
|
||||||
t->resource = r->next;
|
t->resource = r->next;
|
||||||
fprintf(stderr, "unwind resource %p %p %p\n", r,
|
|
||||||
reinterpret_cast<void**>(r)[0],
|
|
||||||
reinterpret_cast<void***>(r)[0][0]);
|
|
||||||
r->release();
|
r->release();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user