Skip to content

Commit

Permalink
Remove leftover debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
monkoose committed Nov 5, 2024
1 parent fa29aef commit 4da8152
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/neocodeium/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ local function enable_autocmds()
pattern = "*:i*",
once = true,
callback = function()
vim.print(nu_or_rnu())
completer.label.enabled = nu_or_rnu()
end,
})
Expand Down

0 comments on commit 4da8152

Please sign in to comment.