Revert "Add some temporary debug logging"

This reverts commit 06a4d6c700.
This commit is contained in:
Kris De Volder
2019-06-24 16:31:50 -07:00
parent 06a4d6c700
commit d3d7296a99

View File

@@ -367,7 +367,6 @@ public class SimpleTextDocumentService implements TextDocumentService, DocumentE
// vscode client does not like to recieve null result. See: https://github.com/spring-projects/sts4/issues/309
locations = ImmutableList.of();
}
log.info("definition locations: {}", locations);
return Either.forLeft(locations);
});
}