Skip to content

Commit

Permalink
removed print debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
KDesp73 committed Dec 24, 2023
1 parent adb0f3f commit 4f0f164
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/project-starter/builders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ return {
path = vim.fn.input("Path: ")
end

print("Path: ", path)
print("Command: ", ":silent !cd " .. path .. " && " .. "git clone https://github.com/KDesp73/python-starter.git " .. name)
vim.cmd(":silent !cd " .. path .. " && " .. "git clone https://github.com/KDesp73/python-starter.git " .. name)

if options.cd then
Expand Down

0 comments on commit 4f0f164

Please sign in to comment.