Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jackielii committed Nov 4, 2024
1 parent 78c194a commit c54b04a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/templ/lspcmd/proxy/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -859,10 +859,8 @@ func (p *Server) DocumentSymbol(ctx context.Context, params *lsp.DocumentSymbolP
convertRange(&s)
result = append(result, s)
case lsp.SymbolInformation:
// p.Log.Info("symbole range before", zap.Any("range", s.Location.Range), zap.String("uri", string(s.Location.URI)))
s.Location.URI = templURI
s.Location.Range = p.convertGoRangeToTemplRange(templURI, s.Location.Range)
// p.Log.Info("symbole range after", zap.Any("range", s.Location.Range), zap.String("uri", string(s.Location.URI)))
result = append(result, s)
}
}
Expand Down

0 comments on commit c54b04a

Please sign in to comment.