internal/lsp/cache: remove stray debug logging

Change-Id: Iaf1ad157f45a7af894d03024beed7804fb6a1ae3
Reviewed-on: https://go-review.googlesource.com/c/tools/+/290729
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
This commit is contained in:
Heschi Kreinick 2021-02-09 15:28:43 -05:00
parent 6140657873
commit 94fce4dc28
1 changed files with 0 additions and 1 deletions

View File

@ -522,7 +522,6 @@ func (s *snapshot) depsErrors(ctx context.Context, pkg *pkg) ([]*source.Diagnost
}
relevantErrors = append(relevantErrors, depsError)
}
event.Log(ctx, fmt.Sprintf("errors before (%#v) and after filtering (%#v)", pkg.m.depsErrors, relevantErrors))
// Don't build the import index for nothing.
if len(relevantErrors) == 0 {