logic: disabled console logging in Java indexer

This commit is contained in:
malte_langkabel
2016-10-14 11:15:30 +02:00
parent 0045082efe
commit 826a9a5e1b
@@ -51,7 +51,7 @@ public class JavaAstVisitor extends JavaAstVisitorAdapter
private FileContent m_fileContent;
private TypeSolver m_typeSolver;
private List<DeclContext> m_context = new ArrayList<DeclContext>();
private boolean m_verbose = true;
private boolean m_verbose = false;
static int errorCount = 0;
public JavaAstVisitor(int callbackId, String filePath, FileContent fileContent, TypeSolver typeSolver)