Remove print
This commit is contained in:
@@ -154,7 +154,6 @@ local function lazygit(path)
|
|||||||
if not vim.env.GIT_WORK_TREE then
|
if not vim.env.GIT_WORK_TREE then
|
||||||
cmd = cmd .. " -w \"" .. path .. "\""
|
cmd = cmd .. " -w \"" .. path .. "\""
|
||||||
end
|
end
|
||||||
print(cmd)
|
|
||||||
exec_lazygit_command(cmd)
|
exec_lazygit_command(cmd)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user