Skip to content

Commit

Permalink
refactor: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon committed Mar 13, 2024
1 parent 57ea2ee commit 9f52f12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/events/completions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ export const completions = (lsp: Service) => {
cleanCharacter += request.params.position.character
}

log("TEST", cleanLine, cleanCharacter)

return {
label: lines[0].length > 20 ? lines[0] : i.slice(0, 20).trim(),
kind: 1,
Expand Down

0 comments on commit 9f52f12

Please sign in to comment.