From d5e103601ba10b23bc8071a5a36e6dfeca615e99 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Tue, 24 Apr 2012 20:59:55 +0400 Subject: [PATCH] Debug output removed --- idea/src/org/jetbrains/jet/plugin/compiler/JetCompiler.java | 1 - 1 file changed, 1 deletion(-) 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);