Minor: Do not report stack traces about PCE to the debug log

This commit is contained in:
Yan Zhulanow
2018-07-04 15:06:13 +03:00
parent 2070d40963
commit a464cc7f28
@@ -166,7 +166,6 @@ class KotlinEvaluator(val codeFragment: KtCodeFragment, val sourcePosition: Sour
throw e
}
catch (e: ProcessCanceledException) {
LOG.debug(e)
exception(e)
}
catch (e: Eval4JInterpretingException) {