Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit e05de28

Browse files
committed
fix: disable debug messages
1 parent c5ecfe9 commit e05de28

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lua/completion/util.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ end
1717
------------------------
1818

1919
function M.sort_completion_items(items)
20-
print(opt.get_option("sorting"))
2120
table.sort(items, function(a, b)
2221
if a.priority ~= b.priority and a.priority ~= nil and b.priority ~= nil then
2322
return a.priority > b.priority

0 commit comments

Comments
 (0)