No more dumping of activation stack on an error
This commit is contained in:
parent
619337151f
commit
d38373fc79
|
|
@ -59,9 +59,6 @@ class Handler : Matcher.AuxOccurrences {
|
|||
queue(constraint.occurrence(this, noLogicalContext))
|
||||
}
|
||||
catch (t: Throwable) {
|
||||
for (pm in activationStack) {
|
||||
trace.trigger(pm)
|
||||
}
|
||||
throw t
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue