Skip to content

Commit a91fa2f

Browse files
committed
remove debug print
1 parent d1f499e commit a91fa2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/lsp-status.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ end
8181
local function on_attach(client)
8282
-- Register the client for messages
8383
messaging.register_client(client.id, client.name)
84-
print("on_attach called")
8584
vim.api.nvim_command('augroup lsp_aucmds')
8685
vim.api.nvim_command('au! * <buffer>')
8786
vim.api.nvim_command('au User DiagnosticChanged lua require("lsp-status/redraw").redraw()')

0 commit comments

Comments
 (0)