Minor: Do not report stack traces about PCE to the debug log
This commit is contained in:
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user