Cleanup debug output

This commit is contained in:
Kris De Volder
2017-11-17 15:47:48 -08:00
parent ac1b3ae109
commit b95b69db49

View File

@@ -271,7 +271,6 @@ public class SpringIndexer {
}
private void scanProject(IJavaProject project, String[] files) {
System.err.println("scan project: "+project);
try {
ASTParser parser = ASTParser.newParser(AST.JLS8);
String[] classpathEntries = getClasspathEntries(project);