remove debug output again
This commit is contained in:
@@ -224,9 +224,6 @@ public class LanguageServerHarness {
|
||||
}
|
||||
|
||||
private void receiveHighlights(HighlightParams highlights) {
|
||||
|
||||
System.out.println("receive highlights !!! " + highlights.getCodeLenses().size());
|
||||
|
||||
Collection<CompletableFuture<HighlightParams>>requestors = ImmutableList.of();
|
||||
synchronized (this) {
|
||||
String uri = highlights.getDoc().getUri();
|
||||
|
||||
Reference in New Issue
Block a user