Cleanup debug logging

This commit is contained in:
Kris De Volder
2018-04-16 14:34:10 -07:00
parent 6f2b8be802
commit 8d55c8e956

View File

@@ -33,10 +33,6 @@ import org.springframework.tooling.jdt.ls.commons.classpath.ClasspathUtil;
@SuppressWarnings("restriction")
public class ClasspathListenerHandler implements IDelegateCommandHandler {
static {
Logger.log("THIS IS NEW!");
}
static final boolean isSupported = checkSupported();
private static boolean checkSupported() {
try {