Debug output removed
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user