Skip to content

Commit

Permalink
chore: clean up print
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorias committed Feb 24, 2024
1 parent e312c41 commit 98103de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/fake_lsp_server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ function M.server(dispatchers)
srv.rename = function(params, callback)
local uri = params.textDocument.uri
local newText = params.newName
vim.print("RENAMING")
callback(nil, get_rename_workspace_edit(uri, oldText, oldTextPositions, newText))
end
end
Expand Down

0 comments on commit 98103de

Please sign in to comment.