mirror of
https://github.com/corda/corda.git
synced 2025-03-17 17:45:17 +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) {
|
||||
Thread::Resource* r = t->resource;
|
||||
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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user