remove debug output again

This commit is contained in:
Martin Lippert
2019-05-08 17:23:23 +02:00
parent 1a917a36a3
commit 6db573175e

View File

@@ -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();