mirror of https://github.com/golang/go.git
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:
parent
6140657873
commit
94fce4dc28
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue