Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Jan 25, 2025
1 parent f49cdca commit 9073b2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/phoenix/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ local update_dict = async.throttle(function(new, old)
if not hunks or #hunks == 0 then
return
end
print(vim.inspect(hunks))

local seen = {}
local lines = vim.split(new, '\n')
Expand Down

0 comments on commit 9073b2a

Please sign in to comment.