diff --git a/idea/src/org/jetbrains/jet/plugin/compiler/JetCompiler.java b/idea/src/org/jetbrains/jet/plugin/compiler/JetCompiler.java index 856cbe6b94c..3d79c66616d 100644 --- a/idea/src/org/jetbrains/jet/plugin/compiler/JetCompiler.java +++ b/idea/src/org/jetbrains/jet/plugin/compiler/JetCompiler.java @@ -486,7 +486,6 @@ public class JetCompiler implements TranslatingCompiler { if (category == STATISTICS) { compileContext.getProgressIndicator().setText(text); collector.learn(text); - System.out.println(text); } else { compileContext.addMessage(category, text, path, line, column);