mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
disable debug trap
This commit is contained in:
parent
8ac06d8a47
commit
83b0a217e0
@ -5025,7 +5025,7 @@ finish(MyThread* t, Allocator* allocator, Context* context)
|
||||
(&byteArrayBody(t, methodSpec(t, context->method), 0)));
|
||||
|
||||
// for debugging:
|
||||
if (//false and
|
||||
if (false and
|
||||
strcmp
|
||||
(reinterpret_cast<const char*>
|
||||
(&byteArrayBody(t, className(t, methodClass(t, context->method)), 0)),
|
||||
|
Loading…
Reference in New Issue
Block a user