No more dumping of activation stack on an error

This commit is contained in:
Fedor Isakov 2016-02-11 16:33:35 +01:00
parent 619337151f
commit d38373fc79
1 changed files with 0 additions and 3 deletions

View File

@ -59,9 +59,6 @@ class Handler : Matcher.AuxOccurrences {
queue(constraint.occurrence(this, noLogicalContext)) queue(constraint.occurrence(this, noLogicalContext))
} }
catch (t: Throwable) { catch (t: Throwable) {
for (pm in activationStack) {
trace.trigger(pm)
}
throw t throw t
} }
} }