Skip to content

Commit

Permalink
cleanup: remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Oct 22, 2024
1 parent 5df526c commit adf1497
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/care/sources.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ function care_sources.complete(context, source, callback)
return
end
elseif context.reason == 3 then
print(last_char)
vim.print(source:get_trigger_characters())
if vim.tbl_contains(source:get_trigger_characters(), last_char) then
completion_context = {
triggerKind = 2,
Expand Down

0 comments on commit adf1497

Please sign in to comment.