Skip to content

Commit 669c694

Browse files
committed
rm leftover print
1 parent d01f465 commit 669c694

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/eca/commands.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ function M.setup()
178178
end
179179

180180
for msg in vim.iter(eca.server.messages) do
181-
print(msg)
182181
local decoded = vim.json.decode(msg.content)
183182
table.insert(items, {
184183
text = decoded.method,

0 commit comments

Comments
 (0)