Debug output removed

This commit is contained in:
Andrey Breslav
2012-04-24 20:59:55 +04:00
parent deaaf3042b
commit d5e103601b
@@ -486,7 +486,6 @@ public class JetCompiler implements TranslatingCompiler {
if (category == STATISTICS) { if (category == STATISTICS) {
compileContext.getProgressIndicator().setText(text); compileContext.getProgressIndicator().setText(text);
collector.learn(text); collector.learn(text);
System.out.println(text);
} }
else { else {
compileContext.addMessage(category, text, path, line, column); compileContext.addMessage(category, text, path, line, column);