From a464cc7f280ce745cfa215135705d96cc5097884 Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Wed, 4 Jul 2018 15:06:13 +0300 Subject: [PATCH] Minor: Do not report stack traces about PCE to the debug log --- .../kotlin/idea/debugger/evaluate/KotlinEvaluationBuilder.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/idea/idea-jvm/src/org/jetbrains/kotlin/idea/debugger/evaluate/KotlinEvaluationBuilder.kt b/idea/idea-jvm/src/org/jetbrains/kotlin/idea/debugger/evaluate/KotlinEvaluationBuilder.kt index 0a6f39ad012..986c22a1dc3 100644 --- a/idea/idea-jvm/src/org/jetbrains/kotlin/idea/debugger/evaluate/KotlinEvaluationBuilder.kt +++ b/idea/idea-jvm/src/org/jetbrains/kotlin/idea/debugger/evaluate/KotlinEvaluationBuilder.kt @@ -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) {