From e06865eb3e045ce95760aa031729d17edd461ab5 Mon Sep 17 00:00:00 2001 From: Ashkan Kiani Date: Wed, 13 Nov 2019 13:46:04 -0800 Subject: Remove print statement. --- lua/common_lsp/util.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lua/common_lsp/util.lua') diff --git a/lua/common_lsp/util.lua b/lua/common_lsp/util.lua index 1aebbfb6..6da2db1c 100644 --- a/lua/common_lsp/util.lua +++ b/lua/common_lsp/util.lua @@ -83,9 +83,7 @@ function M.create_module_commands(module_name, commands) -- The command definition. table.insert(parts, string.format("lua require'common_lsp/%s'.commands[%q][1]()", module_name, command_name)) - local command = table.concat(parts, " ") - print(command) - api.nvim_command(command) + api.nvim_command(table.concat(parts, " ")) end end -- cgit v1.2.3-70-g09d2