Skip to content

Commit

Permalink
chore: remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-hov committed Apr 14, 2024
1 parent dd92cbb commit 09368a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/lsp/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ func (s *server) Completion(ctx context.Context, reply jsonrpc2.Replier, req jso
break
}
t := parseType(typeStr, path)
slog.Info(t)
methods, ok := pkg.Methods.Get(t)
if !ok {
break
Expand Down Expand Up @@ -304,7 +303,6 @@ func (s *server) Completion(ctx context.Context, reply jsonrpc2.Replier, req jso
break
}
t := parseType(typeStr, path)
slog.Info(t)
methods, ok := pkg.Methods.Get(t)
if !ok {
break
Expand Down

0 comments on commit 09368a0

Please sign in to comment.