Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit 0e716d7

Browse files
committed
Remove unnecessary print function
1 parent 8365fff commit 0e716d7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lua/source/path.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ M.triggerFunction = function(_, _, _, manager)
9393
local stdout = vim.loop.new_pipe(false)
9494
local stderr = vim.loop.new_pipe(false)
9595
local handle, pid
96-
print(path)
9796
handle, pid = vim.loop.spawn('find', {
9897
args = {path, '-mindepth', '1', '-maxdepth', '1', '-printf', '%y %f\n'},
9998
stdio = {stdout,stderr}

0 commit comments

Comments
 (0)