mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
comment-out debug logging
This commit is contained in:
parent
a0a23b4692
commit
93c9395f1d
@ -2625,7 +2625,7 @@ throw_(MyThread* t, object o)
|
|||||||
(t, Machine::NullPointerExceptionType);
|
(t, Machine::NullPointerExceptionType);
|
||||||
}
|
}
|
||||||
|
|
||||||
printTrace(t, t->exception);
|
// printTrace(t, t->exception);
|
||||||
|
|
||||||
unwind(t);
|
unwind(t);
|
||||||
}
|
}
|
||||||
@ -7187,7 +7187,7 @@ class SegFaultHandler: public System::SignalHandler {
|
|||||||
t->exception = root(t, Machine::NullPointerException);
|
t->exception = root(t, Machine::NullPointerException);
|
||||||
}
|
}
|
||||||
|
|
||||||
printTrace(t, t->exception);
|
// printTrace(t, t->exception);
|
||||||
|
|
||||||
object continuation;
|
object continuation;
|
||||||
findUnwindTarget(t, ip, base, stack, &continuation);
|
findUnwindTarget(t, ip, base, stack, &continuation);
|
||||||
|
Loading…
Reference in New Issue
Block a user